packages feed

cabal-appimage 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~CabalPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Cabal

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,11 @@ # Revision history for cabal-appimage  +## 0.3.0.1 -- 2021-01-01++* Build on GHC 8.10.3.++ ## 0.3.0.0 -- 2020-05-24  * Support for multiple icons.
cabal-appimage.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.0 name:                cabal-appimage-version:             0.3.0.0+version:             0.3.0.1 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 Gabriele Sales+copyright:           2020-2021 Gabriele Sales category:            Development, Distribution, Linux extra-source-files:  CHANGELOG.md build-type:          Simple@@ -18,7 +18,7 @@ library   exposed-modules:     Distribution.AppImage   build-depends:       base >=4.11.0.0 && <4.15,-                       Cabal >=2.4.1.0 && <3.2,+                       Cabal >=2.4.1.0 && <3.3,                        filepath >=1.4.2.1 && <1.5   hs-source-dirs:      src   default-language:    Haskell2010