attoparsec-ip 0.0.0 → 0.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~ipPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ip
API changes (from Hackage documentation)
Files
- attoparsec-ip.cabal +2/−2
attoparsec-ip.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-ip-version: 0.0.0+version: 0.0.1 synopsis: Parse IP data types with attoparsec -- description: homepage: https://github.com/athanclark/attoparsec-ip#readme@@ -18,7 +18,7 @@ exposed-modules: Data.Attoparsec.IP build-depends: base >= 4.7 && < 5 , attoparsec- , ip+ , ip >= 1.1.0 default-language: Haskell2010 test-suite attoparsec-ip-test