X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FIPv4Address.hs;h=6cfed3a7e9ecf54845254620c6b810d9ccc04a5f;hb=6c076a2622dd9a6bfc96ed05f8478b5150db176a;hp=fed567e8eb128d3429b491ca957fab366dee032b;hpb=706e492881f05238ace00fefc6ec9cb0000ea2e9;p=hath.git diff --git a/src/IPv4Address.hs b/src/IPv4Address.hs index fed567e..6cfed3a 100644 --- a/src/IPv4Address.hs +++ b/src/IPv4Address.hs @@ -1,15 +1,4 @@ -module IPv4Address ( - IPv4Address, - ipv4address_from_string, - min_octet1, - min_octet2, - min_octet3, - min_octet4, - max_octet1, - max_octet2, - max_octet3, - max_octet4 -) where +module IPv4Address where import Bit import Octet