haskell-diagrams-cairo: jailbreak to fix build with recent cairo, lens, and pango
This commit is contained in:
parent
91a5acf87d
commit
ae236364dd
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||
hashable JuicyPixels lens mtl optparseApplicative pango split
|
||||
statestack time transformers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/diagrams";
|
||||
description = "Cairo backend for diagrams drawing EDSL";
|
||||
|
|
Loading…
Reference in New Issue