From: Michael Orlitzky Date: Sat, 17 Aug 2013 21:25:52 +0000 (-0400) Subject: Bump the version number to 0.0.4 in hath.cabal. X-Git-Tag: 0.0.4~8 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=942b8ef3bc5830ca0defa62342d55550aea59934;hp=942b8ef3bc5830ca0defa62342d55550aea59934;p=hath.git Bump the version number to 0.0.4 in hath.cabal. Add two new modes: 'List' and 'Reversed' to list and perform a PTR lookup on a CIDR's addresses respectively. Add a .ghci file which loads some modules automatically. Add Bounded and Enum instances for Bit, Octet, IPv4Address. Add some tests for the new functionality. ---