byteverse / haskell-ip

IP Address implementation
Other
20 stars 19 forks source link

IPv6 ranges #42

Closed goolord closed 6 years ago

goolord commented 6 years ago

Implementation of IPv6 ranges

andrewthad commented 6 years ago

This is currently broken. I've added some tests.

andrewthad commented 6 years ago

I just added another test. This one checks that succ . pred === id and pred . succ === id. It currently fails for IPv6 addresses. You'll probably need to run cabal update since this now requires a version of quickcheck-classes that was released this morning.

goolord commented 6 years ago

Everything should be good now.

andrewthad commented 6 years ago

This looks good. Merging.