2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-25 01:09:07 +04:00
|
|
|
{ cabal, attoparsec, HUnit, QuickCheck, testFramework
|
|
|
|
, testFrameworkHunit, testFrameworkQuickcheck2
|
|
|
|
}:
|
2011-07-08 01:40:46 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-08 01:40:46 +04:00
|
|
|
pname = "email-validate";
|
2014-02-02 23:15:54 +04:00
|
|
|
version = "2.0.1";
|
|
|
|
sha256 = "1qxvcm8xiyz50ganzic8cm8nxswq361i80yi939y3n89dk067lzj";
|
2013-02-04 16:40:28 +04:00
|
|
|
buildDepends = [ attoparsec ];
|
2013-02-25 01:09:07 +04:00
|
|
|
testDepends = [
|
|
|
|
HUnit QuickCheck testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2
|
|
|
|
];
|
2011-07-08 01:40:46 +04:00
|
|
|
meta = {
|
2011-08-10 03:00:20 +04:00
|
|
|
homepage = "http://porg.es/blog/email-address-validation-simpler-faster-more-correct";
|
2011-07-08 01:40:46 +04:00
|
|
|
description = "Validating an email address string against RFC 5322";
|
2011-08-10 03:00:20 +04:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 02:36:36 +04:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-07-08 01:40:46 +04:00
|
|
|
};
|
|
|
|
})
|