2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-09-27 08:45:07 +01:00
|
|
|
{ cabal, binary }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "rank1dynamic";
|
2014-06-16 15:11:20 +01:00
|
|
|
version = "0.2.0.0";
|
|
|
|
sha256 = "09p3lggnsn0355440d9cazwijv9qm4siw99gg2xkk2hamp2sj42h";
|
2012-09-27 08:45:07 +01:00
|
|
|
buildDepends = [ binary ];
|
|
|
|
meta = {
|
2014-06-16 15:11:20 +01:00
|
|
|
homepage = "http://haskell-distributed.github.com";
|
2012-09-27 08:45:07 +01: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;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2012-09-27 08:45:07 +01:00
|
|
|
};
|
|
|
|
})
|