diff options
author | alexbiehl <alex.biehl@gmail.com> | 2018-03-08 09:48:16 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-03-10 18:25:57 +0100 |
commit | a085bc091831332fc75d43a86e073029fc678db9 (patch) | |
tree | 4f357efd914552ffc7f259b1456563a1aacda2b0 /haddock.cabal | |
parent | 3077a12b57e1b93a738082aa73fab72e9c3e3f83 (diff) |
Bump haddock-2.19.0.1, haddock-api-2.19.0.1, haddock-library-1.5.0.1
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 f6d6fa51..101d4ac2 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,6 @@ +cabal-version: 2.0 name: haddock -version: 2.19.0 +version: 2.19.0.1 synopsis: A documentation-generation tool for Haskell libraries description: This is Haddock, a tool for automatically generating documentation @@ -32,8 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues copyright: (c) Simon Marlow, David Waern category: Documentation build-type: Simple -cabal-version: >= 2.0 -tested-with: GHC==8.2.* +tested-with: GHC==8.4.* extra-source-files: CHANGES.md @@ -153,7 +153,7 @@ executable haddock else -- in order for haddock's advertised version number to have proper meaning, -- we pin down to a single haddock-api version. - build-depends: haddock-api == 2.19.0 + build-depends: haddock-api == 2.19.0.1 other-modules: ResponseFile |