ghc-lib 8.10.6.20210814 → 8.10.7.20210828
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~ghc-lib-parserPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, ghc-lib-parser
API changes (from Hackage documentation)
Files
- ghc-lib.cabal +3/−3
ghc-lib.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.22 build-type: Simple name: ghc-lib-version: 8.10.6.20210814+version: 8.10.7.20210828 license: BSD3 license-file: LICENSE category: Development@@ -65,7 +65,7 @@ build-depends: Win32 build-depends: ghc-prim > 0.2 && < 0.8,- base >= 4.12 && < 4.16,+ base >= 4.12 && < 4.17, containers >= 0.5 && < 0.7, bytestring >= 0.9 && < 0.11, binary == 0.8.*,@@ -79,7 +79,7 @@ process >= 1 && < 1.7, rts, hpc == 0.6.*,- ghc-lib-parser == 8.10.6.20210814+ ghc-lib-parser == 8.10.7.20210828 build-tools: alex >= 3.1, happy >= 1.19.4 other-extensions: BangPatterns