]> gitweb.michael.orlitzky.com - hath.git/blobdiff - src/IPv4Address.hs
Export the two new min/max functions.
[hath.git] / src / IPv4Address.hs
index f7b4a656db96b2ea962a07404d842325e10cad3b..d15f88f0775eb3140e63bba29e48c0a6c4d160f1 100644 (file)
@@ -2,6 +2,8 @@ module IPv4Address
 ( ipv4address_from_octets,
   ipv4address_tests,
   IPv4Address(None),
+  max_address,
+  min_address,
   most_sig_bit_different,
   octet1,
   octet2,