ip 0.6.0 → 0.6.1
raw patch · 1 files changed
+9/−9 lines, 1 filesdep ~aesondep ~bytestringdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, bytestring, hashable, text
API changes (from Hackage documentation)
Files
- ip.cabal +9/−9
ip.cabal view
@@ -1,8 +1,8 @@ name: ip-version: 0.6.0+version: 0.6.1 synopsis: Library for IP and MAC addresses description: Please see README.md-homepage: https://github.com/andrewthad/ip#readme+homepage: https://github.com/andrewthad/haskell-ip#readme license: BSD3 license-file: LICENSE author: Andrew Martin@@ -23,13 +23,13 @@ Net.IPv4.ByteString.Char8 Net.Internal build-depends: - base >= 4.7 && < 5+ base >= 4.8 && < 5 , attoparsec- , aeson- , hashable- , text- , bytestring- ghc-options: -Wall -O2 + , aeson >= 0.9 && < 0.12+ , hashable >= 1.2 && < 1.3+ , text >= 1.2 && < 1.3+ , bytestring >= 0.10 && < 0.11+ ghc-options: -Wall default-language: Haskell2010 test-suite ip-test@@ -72,4 +72,4 @@ source-repository head type: git- location: https://github.com/andrewthad/ip+ location: https://github.com/andrewthad/haskell-ip