nixpkgs/pkgs/development/libraries/haskell/HaskellNet/default.nix
2014-10-13 09:09:33 +02:00

19 lines
585 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, base64String, cryptohash, mimeMail, mtl, network, text }:
cabal.mkDerivation (self: {
pname = "HaskellNet";
version = "0.4";
sha256 = "152ayk35czl8fi2mar1g6c5mi3pikvnpcy967prg97a9vy0ld1yp";
buildDepends = [
base64String cryptohash mimeMail mtl network text
];
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;
};
})