haskell-diagrams-lib: jailbreak to fix build with recent NumInstances library

This commit is contained in:
Peter Simons 2013-04-25 13:35:37 +02:00
parent 873af26e53
commit 63655c8fd8

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
active colour dataDefault diagramsCore monoidExtras newtype
NumInstances semigroups vectorSpace
];
jailbreak = true;
meta = {
homepage = "http://projects.haskell.org/diagrams";
description = "Embedded domain-specific language for declarative graphics";