2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-12-12 11:40:00 +01:00
|
|
|
{ cabal, monoidExtras, newtype, semigroups }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "dual-tree";
|
2014-06-03 11:35:01 +02:00
|
|
|
version = "0.2.0.4";
|
|
|
|
sha256 = "0visavx0zqgmcjcq07vfhk6dn867269w2gxa8nvc79gya56c6wdp";
|
2012-12-12 11:40:00 +01:00
|
|
|
buildDepends = [ monoidExtras newtype semigroups ];
|
2013-05-05 20:35:56 +02:00
|
|
|
jailbreak = true;
|
2012-12-12 11:40:00 +01:00
|
|
|
meta = {
|
|
|
|
description = "Rose trees with cached and accumulating monoidal annotations";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|