summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pop3-client/default.nix
blob: e0f1edad52e3d39fe566b331ae2c764ebf3c13d5 (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, mtl, network }:

cabal.mkDerivation (self: {
  pname = "pop3-client";
  version = "0.1.4";
  sha256 = "0kfcfxfwg5rjm7qx9r0ssdvkrvca95hflahrip1hi5wbplf224xv";
  buildDepends = [ mtl network ];
  meta = {
    homepage = "https://github.com/tmrudick/haskell-pop3-client/";
    description = "POP3 Client Library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})