aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haddock-api/haddock-api.cabal4
-rw-r--r--haddock.cabal4
2 files changed, 4 insertions, 4 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index c40edb14..71bf11f9 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -1,5 +1,5 @@
name: haddock-api
-version: 2.14.4
+version: 2.15.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
@@ -48,7 +48,7 @@ library
, ghc == 7.8.3
, ghc-paths
- , haddock-library
+ , haddock-library == 1.1.0.*
hs-source-dirs:
src
diff --git a/haddock.cabal b/haddock.cabal
index 57f6d15c..9939a352 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
name: haddock
-version: 2.14.4
+version: 2.15.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
@@ -110,7 +110,7 @@ executable haddock
Haddock.GhcUtils
Haddock.Convert
else
- build-depends: haddock-api, haddock-library
+ build-depends: haddock-api == 2.15.0
test-suite html-test
type: exitcode-stdio-1.0