]> gitweb.michael.orlitzky.com - hath.git/commit
Add more Haddock comments.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 7 Jun 2013 22:18:10 +0000 (18:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 7 Jun 2013 22:18:10 +0000 (18:18 -0400)
commite1d16438b44ecd962565756a828c9ed8014cf894
treeece31a7ff32818549ac12975f2d2e45b08358a49
parent909e781852e3566fcaa16e156437ebe5bfc89e02
Add more Haddock comments.
Replace a few custom functions with library ones.
Allow input CIDRs to be separated by any whitespace, not just newlines.
Split the exit codes out into their own module.
Remove now-unused ListUtils modules.
Update deps in cabal file.
Add a man page.
doc/man/hath.1 [new file with mode: 0644]
hath.cabal
src/Bit.hs
src/Cidr.hs
src/CommandLine.hs
src/ExitCodes.hs [new file with mode: 0644]
src/ListUtils.hs [deleted file]
src/Main.hs
src/Maskbits.hs