diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-10-16 18:04:40 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-10-16 18:04:40 -0700 |
commit | 15b62fc13e50470aa396bb7fc6f0143ce14492fe (patch) | |
tree | 62c5852e709a7ff98b6cc4533848f38dd3ef1e67 /haddock.cabal | |
parent | b21c806740fd41e3fd25e17edc412aa69825611d (diff) |
Release `haddock{,-api}-2.22.0`
This version will accompany ghc-8.6.2
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 1c84562d..0f99d16b 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: haddock -version: 2.21.0 +version: 2.22.0 synopsis: A documentation-generation tool for Haskell libraries description: This is Haddock, a tool for automatically generating documentation @@ -142,7 +142,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.21.0 + build-depends: haddock-api == 2.22.0 test-suite html-test type: exitcode-stdio-1.0 |