]> gitweb.michael.orlitzky.com - email-validator.git/commit
Split the email address functions into their own module.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 9 Jun 2013 17:39:10 +0000 (13:39 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 9 Jun 2013 17:39:10 +0000 (13:39 -0400)
commita5e228280dfbdbd8f2b1f271adb362fee1a43de4
tree4a9efe5b3945810db583f4aa0017a21f5219b85f
parent8096b134a33ace33ea23368353c011e9f68549c7
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.
doc/LICENSE [new file with mode: 0644]
email-validator.cabal
makefile
src/EmailAddress.hs [new file with mode: 0644]
src/ExitCodes.hs
src/Main.hs