haskell-diagrams-svg: jailbreak to fix build with recent blaze-markup

This commit is contained in:
Peter Simons 2014-01-27 21:45:28 +01:00
parent c13d4085a3
commit b8d6e1d458

View File

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