haskell-diagrams-svg: jailbreak to fix build with latest version of 'lens'

This commit is contained in:
Peter Simons 2014-11-01 16:44:23 +01:00
parent 514079a2d7
commit 71673e0941

View File

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
diagramsLib filepath hashable JuicyPixels lens monoidExtras mtl
split time vectorSpace
];
jailbreak = true;
meta = {
homepage = "http://projects.haskell.org/diagrams/";
description = "SVG backend for diagrams drawing EDSL";