haskell-rank1dynamic: update to version 0.2.0.0
This commit is contained in:
parent
6509d2df2a
commit
a161d10071
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "rank1dynamic";
|
pname = "rank1dynamic";
|
||||||
version = "0.1.0.2";
|
version = "0.2.0.0";
|
||||||
sha256 = "1341hhbdm6y0mj0qjda0ckqsla51fxiy1yfpbwfvsmpi2bkzgxn6";
|
sha256 = "09p3lggnsn0355440d9cazwijv9qm4siw99gg2xkk2hamp2sj42h";
|
||||||
buildDepends = [ binary ];
|
buildDepends = [ binary ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/haskell-distributed/distributed-process";
|
homepage = "http://haskell-distributed.github.com";
|
||||||
description = "Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types";
|
description = "Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user