codec-rpm 0.1.0 → 0.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- codec-rpm.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.1.1++* Relax overly strict attoparsec requirement.+ ## 0.1.0 * Initial release.
codec-rpm.cabal view
@@ -1,5 +1,5 @@ name: codec-rpm-version: 0.1.0+version: 0.1.1 synopsis: A library for manipulating RPM files description: This module provides a library for reading RPM files and converting them into useful data structures. There is currently no way to operate in@@ -34,7 +34,7 @@ other-modules: Codec.RPM.Internal.Numbers - build-depends: attoparsec >= 0.12.1.4 && < 0.13,+ build-depends: attoparsec >= 0.12.1.4 && < 0.14, attoparsec-binary >= 0.2 && < 0.3, base >= 4.7 && < 5.0, bytestring >= 0.10 && < 0.11,