IPv6Addr 2.0.0 → 2.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Text.IPv6Addr: [unIPv6Addr] :: IPv6Addr -> Text
Files
- IPv6Addr.cabal +1/−1
- Text/IPv6Addr.hs +1/−1
IPv6Addr.cabal view
@@ -1,5 +1,5 @@ name: IPv6Addr-version: 2.0.0+version: 2.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
Text/IPv6Addr.hs view
@@ -2,7 +2,7 @@ {-# LANGUAGE OverloadedStrings #-} module Text.IPv6Addr- ( IPv6Addr (IPv6Addr)+ ( IPv6Addr (..) , maybeIPv6Addr , maybePureIPv6Addr , maybeFullIPv6Addr