packages feed

ghc-lib-parser-ex 9.0.0.1 → 9.0.0.2

raw patch · 2 files changed

+13/−4 lines, 2 filesdep ~ghcdep ~ghc-lib-parserPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghc, ghc-lib-parser

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,14 @@ # Changelog for ghc-lib-parser-ex +## 9.0.0.2 released 2021-02-08+- Cabal bugfix++## 8.10.0.19 released 2021-02-08+- Cabal bugfix++## 8.10.0.18 released 2021-02-06+- Update to ghc-8.10.4.+ ## 9.0.0.1 released 2021-02-05 - Upgrade Cabal defaults flag to 9.0.1 
ghc-lib-parser-ex.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.18 name:           ghc-lib-parser-ex-version:        9.0.0.1+version:        9.0.0.2 description:    Please see the README on GitHub at <https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme> homepage:       https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme bug-reports:    https://github.com/shayne-fletcher/ghc-lib-parser-ex/issues@@ -107,15 +107,15 @@     , extra >=1.6     , uniplate >= 1.6.12     , ghc-lib-parser-ex-  if flag(auto) && impl(ghc >= 8.10.0) && impl(ghc < 8.11.0)+  if flag(auto) && impl(ghc >= 9.0.0) && impl(ghc < 9.0.1)     build-depends:-      ghc == 8.10.*,+      ghc == 9.0.*,       ghc-boot-th,       ghc-boot   else     if flag(auto)       build-depends:-        ghc-lib-parser == 8.10.*+        ghc-lib-parser == 9.0.*     else       if flag(no-ghc-lib)         build-depends: