cabal-plan-bounds 0.1.3 → 0.1.3.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~Cabal-syntaxdep ~basedep ~optparse-applicative
Dependency ranges changed: Cabal-syntax, base, optparse-applicative
Files
- CHANGELOG.md +4/−0
- cabal-plan-bounds.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cabal-plan-bounds +## 0.1.3.1 -- 2023-05-30++* GHC-9.6 support+ ## 0.1.3 -- 2023-01-08 * Prints a summary of changes
cabal-plan-bounds.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: cabal-plan-bounds-version: 0.1.3+version: 0.1.3.1 synopsis: Derives cabal bounds from build plans description: Manually curated dependency version ranges tend to become a lie: They likely@@ -32,13 +32,13 @@ main-is: Main.hs ghc-options: -Wall other-modules: ReplaceDependencies- build-depends: base ^>=4.14.3.0 || ^>=4.15.1.0 || ^>=4.16.3.0 || ^>=4.17.0.0,+ build-depends: base ^>=4.14.3.0 || ^>=4.15.1.0 || ^>=4.16.3.0 || ^>=4.17.0.0 || ^>=4.18.0.0, bytestring ^>=0.10.12.0 || ^>=0.11.3.1, containers ^>=0.6.4.1, text ^>=1.2.4.1 || ^>=2.0.1,- Cabal-syntax ^>=3.8.1.0,+ Cabal-syntax ^>=3.8.1.0 || ^>=3.10.1.0, cabal-plan ^>=0.7.2.3,- optparse-applicative ^>=0.17.0.0,+ optparse-applicative ^>=0.17.0.0 || ^>=0.18.1.0, pretty ^>=1.1.3.6 hs-source-dirs: src/ default-language: Haskell2010