3
0
Fork 0
forked from mirrors/nixpkgs

haskell-dual-tree: jailbreak to fix build with monoid-extras 0.3.x

This commit is contained in:
Peter Simons 2013-05-05 20:35:56 +02:00
parent f475955bc0
commit 033a15841f

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.1.0.2";
sha256 = "0ys50m8yjksxi33qyk6ql4ldpdzb0fvxqvywi3y46xi16w5yrkb0";
buildDepends = [ monoidExtras newtype semigroups ];
jailbreak = true;
meta = {
description = "Rose trees with cached and accumulating monoidal annotations";
license = self.stdenv.lib.licenses.bsd3;