diff options
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/haddock.cabal b/haddock.cabal index 9d19571d..8a3bb9ff 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.17.1 +version: 2.17.2 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries @@ -17,7 +17,7 @@ stability: experimental extra-source-files: CHANGES - README + README.md doc/Makefile doc/README.md doc/*.rst @@ -55,8 +55,8 @@ executable haddock array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc-boot, - ghc >= 7.11 && < 8.1, + ghc-boot == 8.1, + ghc == 8.1, bytestring, transformers |