Skip to content

Tags: byteverse/haskell-ip

Tags

1.7.8

Toggle 1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release artifact name. 

1.7.2

Toggle 1.7.2's commit message
Minour updates - Fix bug in `doctest` documentation - Bump upper bound on `aeson`: (< 1.5) -> (< 1.6)

v1.7.0

Toggle v1.7.0's commit message
`ip` version 1.7.0: - Add `Data` instances for all types. - Add `Ix` instances for all address types. - Add missing `ToJSON`/`FromJSON` instances for `IPv6Range`. - Remove `Num`, `Integral`, and `Real` instances from `IPv6`. - Remove `Bits` instance for `IPv4Range`. - Switch to derived `Bits` instance for `IPv4. - Remove old spec test for IPv4 Bits laws, instead use quickcheck-classes. - Bump exclusive upper bound on small-bytearray-builder