diff options
author | Alexander Biehl <abiehl@novomind.com> | 2018-02-01 11:20:29 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-02-01 14:58:18 +0100 |
commit | c7e8c500c1a67a28e571403b58993d22f0c84b43 (patch) | |
tree | aeb67c3f69d654bdde3db6acfa8180f4b973eb4e /haddock.cabal | |
parent | bfd1b156e9bd4c3b2b70b03cb59f778a1061daed (diff) |
hadock-2.19.0 / haddock-api-2.19.0 / haddock-library-1.5.0
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index af7d7b4f..f6d6fa51 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.18.2 +version: 2.19.0 synopsis: A documentation-generation tool for Haskell libraries description: This is Haddock, a tool for automatically generating documentation @@ -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.18.2 + build-depends: haddock-api == 2.19.0 other-modules: ResponseFile |