2014-08-14 14:16:06 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-12 18:01:11 +02:00
|
|
|
{ cabal, base64String, cryptohash, mimeMail, mtl, network, text }:
|
2014-08-13 15:55:04 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "HaskellNet";
|
2014-10-12 18:01:11 +02:00
|
|
|
version = "0.4";
|
|
|
|
sha256 = "152ayk35czl8fi2mar1g6c5mi3pikvnpcy967prg97a9vy0ld1yp";
|
|
|
|
buildDepends = [
|
|
|
|
base64String cryptohash mimeMail mtl network text
|
|
|
|
];
|
2014-08-13 15:55:04 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/jtdaugherty/HaskellNet";
|
|
|
|
description = "Client support for POP3, SMTP, and IMAP";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|