packages feed

arch-hs 0.12.0.3 → 0.12.0.4

raw patch · 3 files changed

+9/−2 lines, 3 filesdep ~DiffPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Diff

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -3,6 +3,12 @@ `arch-hs` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.12.0.4++- Add gitit to name preset++- Update dependency versions+ ## 0.12.0.3  - Add hindent to name preset
arch-hs.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               arch-hs-version:            0.12.0.3+version:            0.12.0.4 synopsis:           Distribute hackage packages to archlinux description:   @arch-hs@ is a command-line program, which simplifies the process of producing@@ -52,7 +52,7 @@     , hackage-db                   ^>=2.1.0     , http-client     , http-client-tls-    , megaparsec                   ^>=9.0.0   || ^>=9.1.0  || ^>=9.2.0  || ^>=9.3.0  || ^>=9.4.0  || ^>=9.5.0  || ^>=9.6.0+    , megaparsec                   ^>=9.0.0   || ^>=9.1.0  || ^>=9.2.0  || ^>=9.3.0  || ^>=9.4.0  || ^>=9.5.0  || ^>=9.6.0  || ^>=9.7.0     , microlens                    ^>=0.4.11     , microlens-th                 ^>=0.4.3     , neat-interpolation           ^>=0.5.1
data/NAME_PRESET.json view
@@ -22,6 +22,7 @@   "dhall-yaml": "dhall-yaml",   "git-annex": "git-annex",   "git-repair": "git-repair",+  "gitit": "gitit",   "glirc": "glirc",   "happy": "happy",   "haskell-boolean": "Boolean",