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

{ cabal, binary, filepath, mtl, network, pureMD5, stm, syb, time
, utf8String
}:

cabal.mkDerivation (self: {
  pname = "remote";
  version = "0.1.1";
  sha256 = "14awzhpc21pp4iq53vz4ib81ygxsnlnfppv723zy77z6jja08gf0";
  buildDepends = [
    binary filepath mtl network pureMD5 stm syb time utf8String
  ];
  meta = {
    description = "Cloud Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})