diff options
author | Alexander Biehl <alexbiehl@gmail.com> | 2017-07-31 20:15:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 20:15:32 +0200 |
commit | 3d3166d75c0012112a49fee4c2f6cbf82de383fa (patch) | |
tree | 3365f7b67c8a01a6a672ef91448b000ea2b7450e /haddock-api/haddock-api.cabal | |
parent | c635a56f2a4ca6274f6a3a5acda0d7284aede2c3 (diff) |
Move `DocMarkup` from haddock-api to haddock-library (#659)
* Move `DocMarkup` from haddock-api to haddock-library
* Move more markup related functions
* Markup module
* CHANGELOG
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-rw-r--r-- | haddock-api/haddock-api.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index de959955..6cde7266 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -42,7 +42,7 @@ library , Cabal ^>= 2.0.0 , ghc ^>= 8.2 , ghc-paths ^>= 0.1.0.9 - , haddock-library ^>= 1.4.4 + , haddock-library ^>= 1.4.5 , xhtml ^>= 3000.2.2 -- Versions for the dependencies below are transitively pinned by |