packages feed

IPv6Addr 1.0.0 → 1.0.1

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

IPv6Addr.cabal view
@@ -1,5 +1,5 @@ name:                IPv6Addr-version:             1.0.0+version:             1.0.1 synopsis:            Library to deal with IPv6 address text representations. description:         Library to deal with IPv6 address text representations, canonization and manipulations. homepage:            https://github.com/MichelBoucey/IPv6Addr@@ -20,13 +20,13 @@ library   exposed-modules:  Text.IPv6Addr   other-extensions: OverloadedStrings-  build-depends:    base >=4.8 && < 5-                  , text >=1.1 && < 1.3-                  , iproute >=1.3 && < 1.8-                  , network >=2.5 && < 2.7-                  , random >=1.0 && <= 1.1-                  , attoparsec >=0.12 && < 0.14-                  , aeson >= 0.8.0.2 && < 1.2+  build-depends:    base         >=4.8 && < 5+                  , text         >=1.1 && < 1.3+                  , iproute      >=1.3 && < 1.8+                  , network      >=2.5 && < 2.7+                  , random       >=1.0 && <= 1.1+                  , attoparsec   >=0.12 && < 0.14+                  , aeson        >= 0.8.0.2 && < 1.3                   , network-info >=0.2 && <=0.3   default-language: Haskell2010   GHC-Options:      -Wall