]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Export the two new min/max functions.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 23 May 2010 16:24:33 +0000 (12:24 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 23 May 2010 16:24:33 +0000 (12:24 -0400)
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,