ghc-lib-parser-ex 9.2.0.2 → 9.2.0.3
raw patch · 2 files changed
+6/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- ghc-lib-parser-ex.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,8 @@ # Changelog for ghc-lib-parser-ex +## 9.2.0.3 released+- Fix ghc bounds in auto mode to use ghc-lib not ghc if build compiler ghc-9.2.1 (see [issue](https://github.com/ndmitchell/hlint/issues/1314))+ ## 9.2.0.2 released - Update to `ghc-lib-parser-9.2.2.20220307`
ghc-lib-parser-ex.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: ghc-lib-parser-ex-version: 9.2.0.2+version: 9.2.0.3 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@@ -63,7 +63,7 @@ uniplate >= 1.5, bytestring >= 0.10.8.2, containers >= 0.5.8.1- if flag(auto) && impl(ghc >= 9.2.0) && impl(ghc < 9.3.0)+ if flag(auto) && impl(ghc >= 9.2.2) && impl(ghc < 9.3.0) build-depends: ghc == 9.2.*, ghc-boot-th,@@ -107,7 +107,7 @@ , extra >=1.6 , uniplate >= 1.6.12 , ghc-lib-parser-ex- if flag(auto) && impl(ghc >= 9.2.0) && impl(ghc < 9.3.0)+ if flag(auto) && impl(ghc >= 9.2.2) && impl(ghc < 9.3.0) build-depends: ghc == 9.2.*, ghc-boot-th,