cabal-appimage 0.3.0.4 → 0.3.0.5
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~Cabaldep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal, base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- cabal-appimage.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cabal-appimage +## 0.3.0.5 -- 2022-09-11++* Build with GHC 9.4.+ ## 0.3.0.4 -- 2022-03-19
cabal-appimage.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: cabal-appimage-version: 0.3.0.4+version: 0.3.0.5 synopsis: Cabal support for creating AppImage applications description: This package provides a build hook automating the creation of AppImage bundles.@@ -17,8 +17,8 @@ library exposed-modules: Distribution.AppImage- build-depends: base >=4.11.0.0 && <4.17,- Cabal >=2.4.1.0 && <3.7,+ build-depends: base >=4.11.0.0 && <4.18,+ Cabal >=2.4.1.0 && <3.9, filepath >=1.4.2.1 && <1.5 hs-source-dirs: src default-language: Haskell2010