]> gitweb.michael.orlitzky.com - dead/harbl.git/log
dead/harbl.git
8 years agoRemove useless import from Main.hs.
Michael Orlitzky [Sun, 5 Jul 2015 06:14:51 +0000 (02:14 -0400)]
Remove useless import from Main.hs.

8 years agoAdd more documentation and a pretty-printer to IPv4Pattern.
Michael Orlitzky [Sat, 4 Jul 2015 21:44:34 +0000 (17:44 -0400)]
Add more documentation and a pretty-printer to IPv4Pattern.
Stub out the coming DnsblSite module.

8 years agoOnly parse valid octets (0 - 255).
Michael Orlitzky [Sat, 4 Jul 2015 02:15:49 +0000 (22:15 -0400)]
Only parse valid octets (0 - 255).
Add some more tests and documentation for existing methods.
Switch to 'parseTest' from 'parse' in doctests.

8 years agoEnable `make test` target.
Michael Orlitzky [Sat, 4 Jul 2015 02:15:37 +0000 (22:15 -0400)]
Enable `make test` target.

9 years agoMove the IPv4 pattern stuff into its own module and begin a real test suite.
Michael Orlitzky [Sat, 31 Jan 2015 02:06:37 +0000 (21:06 -0500)]
Move the IPv4 pattern stuff into its own module and begin a real test suite.

9 years agoInitial commit of a big mess that sort of looks like it works.
Michael Orlitzky [Thu, 12 Jun 2014 06:11:33 +0000 (02:11 -0400)]
Initial commit of a big mess that sort of looks like it works.