summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/HaskellNet/default.nix
blob: 284bdce97376d76d8a3eeb42181cfb175d052a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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;
  };
})