packages feed

ghc-parser 0.2.7.0 → 0.2.8.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~ghcPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghc

API changes (from Hackage documentation)

Files

ghc-parser.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                ghc-parser-version:             0.2.7.0+version:             0.2.8.0 synopsis:            Haskell source parser from GHC. -- description: homepage:            https://github.com/IHaskell/IHaskell@@ -23,7 +23,7 @@   -- other-modules:   -- other-extensions:   build-depends:       base                 >=4.9 && < 5,-                       ghc                  >=8.4 && <9.11+                       ghc                  >=8.4 && <9.14    if impl(ghc >= 8.4) && impl(ghc < 8.10)     hs-source-dirs:  generic-src src-8.4@@ -37,7 +37,7 @@     hs-source-dirs:  generic-src src-9.4   if impl(ghc >= 9.6) && impl(ghc < 9.8)     hs-source-dirs:  generic-src src-9.6-  if impl(ghc >= 9.8) && impl(ghc < 9.12)+  if impl(ghc >= 9.8) && impl(ghc < 9.14)     hs-source-dirs:  generic-src src-9.8