cabal-plan 0.7.5.0 → 0.7.6.0
raw patch · 2 files changed
+14/−9 lines, 2 filesdep ~Cabal-syntaxdep ~basedep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal-syntax, base, optparse-applicative
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- cabal-plan.cabal +9/−9
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for `cabal-plan` +## 0.7.6.0++* Use Cabal-syntax-3.12+* Support GHC-8.8.4...9.12.2+ ## 0.7.5.0 * No changes in the library
cabal-plan.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: cabal-plan-version: 0.7.5.0+version: 0.7.6.0 synopsis: Library and utility for processing cabal's plan.json file description: This package provides a library (see "Cabal.Plan") for decoding @plan.json@ files as@@ -38,15 +38,15 @@ category: Development build-type: Simple tested-with:- GHC ==8.6.5- || ==8.8.4+ GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8- || ==9.6.5- || ==9.8.2- || ==9.10.1+ || ==9.6.7+ || ==9.8.4+ || ==9.10.2+ || ==9.12.2 extra-source-files: ChangeLog.md@@ -82,7 +82,7 @@ exposed-modules: Cabal.Plan build-depends: , aeson ^>=2.2.0.0- , base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0+ , base ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 , base16-bytestring ^>=1.0.2.0 , bytestring ^>=0.10.8.2 || ^>=0.11.1.0 || ^>=0.12.0.0 , containers ^>=0.6.0.1 || ^>=0.7@@ -125,7 +125,7 @@ , async ^>=2.2.2 , mtl ^>=2.2.2 || ^>=2.3.1 , optics-core ^>=0.4- , optparse-applicative ^>=0.18.1.0+ , optparse-applicative ^>=0.18.1.0 || ^>=0.19.0.0 , parsec ^>=3.1.13 , process ^>=1.6.1.0 , semialign ^>=1.3@@ -138,7 +138,7 @@ if flag(license-report) build-depends: , cabal-install-parsers ^>=0.6.2- , Cabal-syntax ^>=3.12.0.0+ , Cabal-syntax ^>=3.14.2.0 , filepath ^>=1.4.1.2 || ^>=1.5.2.0 , tar ^>=0.6.1.0 , zlib ^>=0.7.1.0