haddock-api 2.15.0.1 → 2.15.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~ghcPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc
API changes (from Hackage documentation)
Files
- haddock-api.cabal +2/−2
haddock-api.cabal view
@@ -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 @@ , 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.*