packages feed

hdocs 0.5.3.1 → 0.5.3.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~haddock-apiPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: haddock-api

API changes (from Hackage documentation)

Files

hdocs.cabal view
@@ -1,5 +1,5 @@ name:                hdocs
-version:             0.5.3.1
+version:             0.5.3.2
 synopsis:            Haskell docs tool
 description:
   Tool and library to get docs for installed packages and source files.
@@ -40,7 +40,7 @@   if impl(ghc == 8.6.*)
     build-depends:
       ghc == 8.6.*,
-      haddock-api == 2.21.*,
+      haddock-api >= 2.21 && < 2.23,
       haddock-library == 1.7.*
   if impl(ghc >= 8.3) && impl(ghc < 8.6)
     build-depends: