cabal-plan-bounds 0.1 → 0.1.0.1
raw patch · 3 files changed
+8/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +5/−1
- README.md +1/−0
- cabal-plan-bounds.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cabal-plan-bounds -## 0.1 -- YYYY-mm-dd+## 0.1.0.1 -- 2023-01-04++* GHC-9.2.4 compat++## 0.1 -- 2023-01-04 * First version. Released on an unsuspecting world.
README.md view
@@ -156,3 +156,4 @@ * A `--check` mode that does not touch the `.cabal` file, but fails if it would change it (for CI). * Update the `tested-with` field accordig to the compiler versions used.+* Release a statically built binary, for faster use in other project’s CI systems.
cabal-plan-bounds.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: cabal-plan-bounds-version: 0.1+version: 0.1.0.1 synopsis: Derives cabal bounds from build plans description: Manually curated dependency version ranges tend to become a lie: They likely@@ -32,7 +32,7 @@ main-is: Main.hs ghc-options: -Wall other-modules: ReplaceDependencies- build-depends: base ^>=4.14.3.0 || ^>=4.15.1.0 || ^>=4.16.4.0 || ^>=4.17.0.0,+ build-depends: base ^>=4.14.3.0 || ^>=4.15.1.0 || ^>=4.16.3.0 || ^>=4.17.0.0, Cabal-syntax ^>=3.8.1.0, cabal-plan ^>=0.7.2.3, optparse-applicative ^>=0.17.0.0,