ip 1.4.2 → 1.4.2.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ip.cabal +1/−1
- src/Net/IPv4.hs +1/−0
ip.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: ip-version: 1.4.2+version: 1.4.2.1 synopsis: Library for IP and MAC addresses homepage: https://github.com/andrewthad/haskell-ip#readme license: BSD3
src/Net/IPv4.hs view
@@ -825,6 +825,7 @@ -- | Convert an 'IPv4Range' into a list of the 'IPv4' addresses that -- are in it.+-- -- >>> let r = IPv4Range (fromOctets 192 168 1 8) 30 -- >>> mapM_ (T.putStrLn . encode) (toList r) -- 192.168.1.8