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