packages feed

scfg 1.0.0 → 1.0.1

raw patch · 3 files changed

+16/−10 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,13 @@ # Changelog +## 1.0.1++Metadata-only release, no code changes.++- Repository moved to https://git.sr.ht/~lundy/haskell-scfg.+- Bug reports and patches now go to https://lists.sr.ht/~lundy/public-inbox.+- Maintainer email updated to contact@lundy.no.+ ## 1.0.0  Initial release.
README.md view
@@ -1,6 +1,6 @@ # haskell-scfg -[![builds.sr.ht status](https://builds.sr.ht/~mariusl/haskell-scfg.svg)](https://builds.sr.ht/~mariusl/haskell-scfg?)+[![builds.sr.ht status](https://builds.sr.ht/~lundy/haskell-scfg.svg)](https://builds.sr.ht/~lundy/haskell-scfg?)  Haskell library for [scfg](https://codeberg.org/emersion/scfg). @@ -44,10 +44,8 @@  ## Contributing -Feel free to send patches to my-[public-inbox](https://lists.sr.ht/~mariusl/public-inbox). Please note-what change the patch will have on the version in accordance with the-[Haskell Package Versioning Policy (PVP)](https://pvp.haskell.org/).+Send patches and bug reports to my+[public-inbox](https://lists.sr.ht/~lundy/public-inbox).  ## License 
scfg.cabal view
@@ -1,16 +1,16 @@ cabal-version:   3.0 name:            scfg-version:         1.0.0+version:         1.0.1 synopsis:        SCFG parser for Haskell description:     A simple parser for SCFG (simple configuration format) files  author:          Marius Lysakerrud-maintainer:      mail@marius.pm+maintainer:      contact@lundy.no license:         MIT license-file:    LICENSE-homepage:        https://git.sr.ht/~mariusl/haskell-scfg-bug-reports:     https://lists.sr.ht/~mariusl/public-inbox+homepage:        https://git.sr.ht/~lundy/haskell-scfg+bug-reports:     https://lists.sr.ht/~lundy/public-inbox category:        Data build-type:      Simple tested-with:     GHC ==9.8.2 || ==9.10.3@@ -58,4 +58,4 @@  source-repository head     type:     git-    location: https://git.sr.ht/~mariusl/haskell-scfg+    location: https://git.sr.ht/~lundy/haskell-scfg