packages feed

arch-hs 0.12.0.0 → 0.12.0.1

raw patch · 3 files changed

+6/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -3,6 +3,10 @@ `arch-hs` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.12.0.1++- Add system-cxx-std-lib to ignoreList+ ## 0.12.0.0  - Update license mapping with new arch-web
arch-hs.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               arch-hs-version:            0.12.0.0+version:            0.12.0.1 synopsis:           Distribute hackage packages to archlinux description:   @arch-hs@ is a command-line program, which simplifies the process of producing
src/Distribution/ArchHs/Local.hs view
@@ -34,6 +34,7 @@           "ghc-heap",           "ghc-byteorder",           "ghc-platform",+          "system-cxx-std-lib",           -- a build-tools of "zip-archive", which is not haskell package           "unzip"         ]