]> gitweb.michael.orlitzky.com - email-validator.git/history - src
email-validator.cabal: update to v1.0.1.
[email-validator.git] / src /
2019-03-08 Michael OrlitzkyRemove the "--input" and "--output" command-line flags.
2019-03-08 Michael Orlitzkysrc/Main.hs: use only explicit import lists.
2019-03-08 Michael Orlitzkysrc/Main.hs: add explicit export list.
2019-03-08 Michael Orlitzkysrc/ExitCodes.hs: add explicit export list.
2019-03-08 Michael Orlitzkysrc/CommandLine.hs: remove redundant Typeable derivation.
2019-03-08 Michael Orlitzkysrc/Main.hs: use "mapM_" instead of "_ <- mapM" in...
2014-02-15 Michael OrlitzkyRemove periods from test descriptions.
2014-02-15 Michael OrlitzkyBump the email-validate dependency.
2014-02-15 Michael OrlitzkyWhitespace cleanup in Main, import from EmailAddress...
2014-02-15 Michael OrlitzkyWhitespace cleanup in CommandLine.
2013-11-22 Michael OrlitzkyGreatly simplify the CommandLine module.
2013-10-05 Michael OrlitzkyBump the version to 0.0.2. 0.0.2
2013-10-05 Michael OrlitzkyIncrease the timeout from 5s to 10s.
2013-06-10 Michael OrlitzkyAdd an --rfc5322 option which validates against the...
2013-06-09 Michael OrlitzkySimplify a few lines of tests.
2013-06-09 Michael OrlitzkyUse a hyphen instead of an underscore in the program...
2013-06-09 Michael OrlitzkyAdd length tests and fix zero-length domain bug.
2013-06-09 Michael OrlitzkySplit the email address functions into their own module.
2013-05-29 Michael OrlitzkyAdd some comments.
2013-05-29 Michael OrlitzkyAdd command-line processing.
2013-05-29 Michael OrlitzkyGet things into shape, it actually validates addresses...
2013-05-28 Michael OrlitzkyInitial commit, nothing working.