diff --git a/CHANGES b/CHANGES index e3b76586fbf045cc15c1254ae5790851b79fea3d..ec955cad916c6b58542ecc7ab6288ead01d1bb93 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Changes in version 2.15.0.2 + + * This release is identical to 2.15.0.2 except the GHC version bound + which was made more lenient. + Changes in version 2.15.0.1 * This release is identical to 2.15.0 except the GHC version bound. diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index ccda7346f70aba2a3e942dbe5217709c2ae40c0d..5df4efa3112dd0e3216d4930912f38b043ea6c7e 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -1,5 +1,5 @@ name: haddock-api -version: 2.15.0.1 +version: 2.15.0.2 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries @@ -45,7 +45,7 @@ library , array , xhtml >= 3000.2 && < 3000.3 , Cabal >= 1.10 - , ghc >= 7.8.2 && <= 7.8.4 + , ghc >= 7.8.2 && < 7.8.5 , ghc-paths , haddock-library == 1.1.1.* diff --git a/haddock.cabal b/haddock.cabal index d43b654abcddc0147270b765cc2dc27141def2d2..a595d2efb31989c3179e989085d96c5c883a0d67 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.15.0.1 +version: 2.15.0.2 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries @@ -57,7 +57,7 @@ executable haddock array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc >= 7.8.2 && <= 7.8.4, + ghc >= 7.8.2 && < 7.8.5, bytestring other-modules: @@ -108,7 +108,7 @@ executable haddock Haddock.GhcUtils Haddock.Convert else - build-depends: haddock-api == 2.15.0.1 + build-depends: haddock-api == 2.15.0.2 test-suite html-test type: exitcode-stdio-1.0