diff options
author | alexbiehl <alex.biehl@gmail.com> | 2018-03-27 08:42:50 +0200 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2018-03-27 08:42:50 +0200 |
commit | 7064cd54e016b2f8e0a8c2ba8d3dd5edea9071ca (patch) | |
tree | 140b4754a61b9462e9c5032df05b5fe87c73e5aa /haddock-api/haddock-api.cabal | |
parent | 978dbc859df09eb991d9ccc0911276cc9655b783 (diff) |
haddock-2.19.1, haddock-api-2.19.1, haddock-library-1.6.0
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-rw-r--r-- | haddock-api/haddock-api.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 8d9db877..da5d6f66 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: haddock-api -version: 2.19.0.1 +version: 2.19.1 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries @@ -44,7 +44,7 @@ library , Cabal ^>= 2.2.0 , ghc ^>= 8.4 , ghc-paths ^>= 0.1.0.9 - , haddock-library ^>= 1.5.0.1 + , haddock-library ^>= 1.6.0 , xhtml ^>= 3000.2.2 -- Versions for the dependencies below are transitively pinned by |