diff --git a/CHANGELOG.md b/CHANGELOG.md index f203972..2cb2c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for jailbreak-cabal +## 1.4.1 + +* Support building with `Cabal >= 3.14`. Adjustment for API changes that should not + change behavior. See [#25](https://github.com/NixOS/jailbreak-cabal/pull/25). + ## 1.4 * jailbreak-cabal will now also relax version constraints on `build-tool-depends`. diff --git a/jailbreak-cabal.cabal b/jailbreak-cabal.cabal index 9cbbc0e..6a2a01c 100644 --- a/jailbreak-cabal.cabal +++ b/jailbreak-cabal.cabal @@ -1,5 +1,5 @@ name: jailbreak-cabal -version: 1.4 +version: 1.4.1 synopsis: Strip version restrictions from Cabal files description: Strip version restrictions from build dependencies in Cabal files. category: Distribution