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

{ cabal, hslogger, MissingH, mtl, network, parsec, regexCompat }:

cabal.mkDerivation (self: {
  pname = "ftphs";
  version = "1.0.9.1";
  sha256 = "1whvawaifhi5xgmiagdayjf7m6p6vs71mvc4a4csd4vzzjr0a2yf";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    hslogger MissingH mtl network parsec regexCompat
  ];
  meta = {
    homepage = "http://software.complete.org/ftphs";
    description = "FTP Client and Server Library";
    license = "LGPL";
    platforms = self.ghc.meta.platforms;
  };
})