2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, extensibleExceptions, hsemail, network }:
|
2010-04-15 11:10:42 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 11:10:42 -07:00
|
|
|
pname = "SMTPClient";
|
2013-02-14 03:42:07 -08:00
|
|
|
version = "1.1.0";
|
|
|
|
sha256 = "07njj24c43iz33c641d5ish62h13lhpvn2mx5pv5i6s3fm3bxsfk";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ extensibleExceptions hsemail network ];
|
2010-04-15 11:10:42 -07:00
|
|
|
meta = {
|
|
|
|
description = "A simple SMTP client library";
|
2011-08-07 16:21:50 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-04-15 11:10:42 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|