2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-09-27 09:45:07 +02:00
|
|
|
{ cabal, binary, rank1dynamic }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "distributed-static";
|
2014-12-12 09:49:07 +01:00
|
|
|
version = "0.3.1.0";
|
|
|
|
sha256 = "190b6vjcipgrvnfl72c0ssw8crza02gfw9kwyvwg043jcznihj08";
|
2012-09-27 09:45:07 +02:00
|
|
|
buildDepends = [ binary rank1dynamic ];
|
|
|
|
meta = {
|
2014-06-16 16:10:53 +02:00
|
|
|
homepage = "http://haskell-distributed.github.com";
|
2012-09-27 09:45:07 +02:00
|
|
|
description = "Compositional, type-safe, polymorphic static values and closures";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|