diff options
author | alexbiehl <alex.biehl@gmail.com> | 2018-03-28 10:15:16 +0200 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2018-03-28 10:17:11 +0200 |
commit | 37e93411ef8ee673eebd6c56b8db3f2e851572c9 (patch) | |
tree | 5b95f6a893010c61cfd6107877576d6b9024a7bd /haddock.cabal | |
parent | 7064cd54e016b2f8e0a8c2ba8d3dd5edea9071ca (diff) |
Bump haddock and haddock-api to 2.20.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 3f6e76c4..7ae252c2 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: haddock -version: 2.19.0.1 +version: 2.20.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.19.0.1 + build-depends: haddock-api == 2.20.0 other-modules: ResponseFile |