cabal-appimage 0.4.0.2 → 0.4.0.3
raw patch · 2 files changed
+9/−4 lines, 2 filesdep ~Cabaldep ~filepath
Dependency ranges changed: Cabal, filepath
Files
- CHANGELOG.md +5/−0
- cabal-appimage.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for cabal-appimage +## 0.4.0.3 -- 2024-05-01++* Update version bounds for Cabal 3.12.++ ## 0.4.0.2 -- 2023-10-26 * Build with GHC 9.8.
cabal-appimage.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: cabal-appimage-version: 0.4.0.2+version: 0.4.0.3 synopsis: Cabal support for creating AppImage applications description: This package provides a build hook automating the creation of AppImage bundles.@@ -10,7 +10,7 @@ license-file: LICENSE author: Gabriele Sales maintainer: gbrsales@gmail.com-copyright: 2020-2023 Gabriele Sales+copyright: 2020-2024 Gabriele Sales category: Development, Distribution, Linux extra-source-files: CHANGELOG.md build-type: Simple@@ -18,8 +18,8 @@ library exposed-modules: Distribution.AppImage build-depends: base >=4.11.0.0 && <4.20,- Cabal >=2.4.1.0 && <3.11,- filepath >=1.4.2.1 && <1.5+ Cabal >=2.4.1.0 && <2.13,+ filepath >=1.4.2.1 && <1.6 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fno-warn-name-shadowing