2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-09-27 00:45:07 -07:00
|
|
|
{ cabal, binary }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "rank1dynamic";
|
2014-06-16 07:11:20 -07:00
|
|
|
version = "0.2.0.0";
|
|
|
|
sha256 = "09p3lggnsn0355440d9cazwijv9qm4siw99gg2xkk2hamp2sj42h";
|
2012-09-27 00:45:07 -07:00
|
|
|
buildDepends = [ binary ];
|
|
|
|
meta = {
|
2014-06-16 07:11:20 -07:00
|
|
|
homepage = "http://haskell-distributed.github.com";
|
2012-09-27 00:45:07 -07:00
|
|
|
description = "Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|