about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/SMTPClient/default.nix
blob: 7bbb957cb12851ec1e8c7cf7601ba4a6445d0339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, extensibleExceptions, hsemail, network }:

cabal.mkDerivation (self: {
  pname = "SMTPClient";
  version = "1.1.0";
  sha256 = "07njj24c43iz33c641d5ish62h13lhpvn2mx5pv5i6s3fm3bxsfk";
  buildDepends = [ extensibleExceptions hsemail network ];
  meta = {
    description = "A simple SMTP client library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})