4 author: Michael Orlitzky
5 maintainer: Michael Orlitzky <michael@orlitzky.com>
7 Perform basic syntax and deliverability checks on email addresses.
11 executable email_validator
20 test-framework == 0.8.*,
21 test-framework-hunit == 0.3.*,
22 test-framework-quickcheck2 == 0.3.*,
34 -fwarn-missing-signatures
39 -fwarn-incomplete-record-updates
40 -fwarn-monomorphism-restriction
55 type: exitcode-stdio-1.0
56 hs-source-dirs: src test
66 test-framework == 0.8.*,
67 test-framework-hunit == 0.3.*,
68 test-framework-quickcheck2 == 0.3.*,
71 -- It's not entirely clear to me why I have to reproduce all of this.
75 -fwarn-missing-signatures
80 -fwarn-incomplete-record-updates
81 -fwarn-monomorphism-restriction
89 source-repository head
91 location: http://michael.orlitzky.com/git/email-validator.git