mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
haskell-distributed-static: update to version 0.3.0.0
This commit is contained in:
parent
50e91ea1ad
commit
861c1ca445
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "distributed-static";
|
pname = "distributed-static";
|
||||||
version = "0.2.1.1";
|
version = "0.3.0.0";
|
||||||
sha256 = "08y9554x6avjwdmbf33fw1pw1wl8qmgfngmgb6vgad88krnixq1h";
|
sha256 = "1g8jr01jxlfshsz3mrpzl21q290whwz4va3zjp1h0d1pnfwz6jcj";
|
||||||
buildDepends = [ binary rank1dynamic ];
|
buildDepends = [ binary rank1dynamic ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.github.com/haskell-distributed/distributed-process";
|
homepage = "http://haskell-distributed.github.com";
|
||||||
description = "Compositional, type-safe, polymorphic static values and closures";
|
description = "Compositional, type-safe, polymorphic static values and closures";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user