haddock 2.15.0.1 → 2.15.0.2
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~ghcdep ~haddock-api
Dependency ranges changed: ghc, haddock-api
Files
- CHANGES +5/−0
- haddock.cabal +3/−3
CHANGES view
@@ -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.
haddock.cabal view
@@ -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 @@ 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 @@ 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