diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 13:27:06 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 13:41:24 +0100 |
commit | 25b8d00a149098d9b7842600dbb93f40836b4546 (patch) | |
tree | 4bcb6df3867d654855efb2010222411530917c5b /haddock.cabal | |
parent | 8a4c949bfc731ef0dcd83d557da278d162152fb5 (diff) |
Fix GHC and haddock-library dependency bounds
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index 1d7a9fee..11bf3861 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -123,7 +123,7 @@ executable haddock Haddock.Syb Haddock.Convert else - build-depends: haddock-api == 2.16.* + build-depends: haddock-api == 2.17.* test-suite driver-test type: exitcode-stdio-1.0 |