Bump the version to 0.0.2.
Drop the utf8-string dependency.
Replace all utf8-string functions and types with Data.ByteString.Char8.
Fix the parallelism (now it actual runs in parallel).
Update DNS functions for dns-1.0.0.
Michael Orlitzky [Mon, 10 Jun 2013 22:42:10 +0000 (18:42 -0400)]
Add an --rfc5322 option which validates against the real RFC syntax.
Shuffle around some tests.
Disable the domain-with-underscore test pending an upstream fix.
Add the new option to the man page.
Document how to adjust the number of threads.
Use a hyphen instead of an underscore in the program name.
Add a new -a parameter, to accept an 'A' record in addition to the MX required by default.
Update the man page with the new option.
Split the email address functions into their own module.
Add a license file.
Remove unused quickcheck deps.
Add HUnit tests for the email address regex.