packages feed

ghc-lib 8.8.3.20200412 → 8.8.3.20200412.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~ghc-lib-parserdep ~ghc-primPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghc-lib-parser, ghc-prim

API changes (from Hackage documentation)

Files

ghc-lib.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.22 build-type: Simple name: ghc-lib-version: 8.8.3.20200412+version: 8.8.3.20200412.1 license: BSD3 license-file: LICENSE category: Development@@ -73,7 +73,7 @@     else         build-depends: Win32     build-depends:-        ghc-prim > 0.2 && < 0.6,+        ghc-prim > 0.2 && < 0.7,         base >= 4.11 && < 4.15,         containers >= 0.5 && < 0.7,         bytestring >= 0.9 && < 0.11,@@ -87,7 +87,7 @@         transformers == 0.5.*,         process >= 1 && < 1.7,         hpc == 0.6.*,-        ghc-lib-parser == 8.8.3.20200412+        ghc-lib-parser == 8.8.3.20200412.1     build-tools: alex >= 3.1, happy >= 1.19.4     other-extensions:         BangPatterns