]> gitweb.michael.orlitzky.com - hath.git/commit
Bump the version number to 0.0.4 in hath.cabal.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 17 Aug 2013 21:25:52 +0000 (17:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 17 Aug 2013 21:25:52 +0000 (17:25 -0400)
commit942b8ef3bc5830ca0defa62342d55550aea59934
tree0799341d7ae5a0638400c94fd84aaeb61eb25c2f
parent81f6f0ca67347de6b3e3f57b5b50bb543cc7c146
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.
.ghci [new file with mode: 0644]
hath.cabal
src/Bit.hs
src/Cidr.hs
src/CommandLine.hs
src/DNS.hs [new file with mode: 0644]
src/IPv4Address.hs
src/Main.hs
src/Octet.hs
test/TestSuite.hs