]> gitweb.michael.orlitzky.com - hath.git/blobdiff - src/IPv4Address.hs
Update Main and Cidr to use the new modules instead of converting to/from bit strings.
[hath.git] / src / IPv4Address.hs
index fed567e8eb128d3429b491ca957fab366dee032b..6cfed3a7e9ecf54845254620c6b810d9ccc04a5f 100644 (file)
@@ -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