]> gitweb.michael.orlitzky.com - hath.git/commit
Removed the Text.Regex.Posix import.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 May 2010 21:06:31 +0000 (17:06 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 May 2010 21:06:31 +0000 (17:06 -0400)
commit1e7731c84546a25daed6bbfb3d9c733b334667bd
tree482df84ac273b623d1cae741fbaf5fe5c2787c4a
parent3e3eff58c713987a442b418a3db01335307ac079
Removed the Text.Regex.Posix import.
Removed the is_valid_cidr function.
Send each octet/maskbit string to the appropriate module for parsing.
Return Cidr.None if either the octets or maskbits are invalid.
src/Cidr.hs