cabal-appimage 0.4.0.4 → 0.4.0.5
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- cabal-appimage.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Revision history for cabal-appimage ++## 0.4.0.5 -- 2024-09-02++* Build with GHC 9.10.++ ## 0.4.0.4 -- 2024-05-01 * Update version bounds for Cabal 3.12.
cabal-appimage.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: cabal-appimage-version: 0.4.0.4+version: 0.4.0.5 synopsis: Cabal support for creating AppImage applications description: This package provides a build hook automating the creation of AppImage bundles.@@ -17,7 +17,7 @@ library exposed-modules: Distribution.AppImage- build-depends: base >=4.11.0.0 && <4.20,+ build-depends: base >=4.11.0.0 && <4.21, Cabal >=2.4.1.0 && <3.13, filepath >=1.4.2.1 && <1.6 hs-source-dirs: src