diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-07-27 07:28:57 +0200 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-07-27 07:28:57 +0200 |
commit | c635a56f2a4ca6274f6a3a5acda0d7284aede2c3 (patch) | |
tree | 07433ed2994af4eeaadb0de1b4a04d327b50b754 /haddock.cabal | |
parent | cc1577ae29763dfeb9483b5c7dcc723bb3a014f0 (diff) |
Bump haddock to 2.18.2, haddock-library to 1.4.5
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 09650466..36c80f33 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.18.1 +version: 2.18.2 synopsis: A documentation-generation tool for Haskell libraries description: This is Haddock, a tool for automatically generating documentation @@ -143,7 +143,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.1 + build-depends: haddock-api == 2.18.2 other-modules: ResponseFile |