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

This commit is contained in:
Peter Simons 2014-11-01 16:45:07 +01:00
parent 71673e0941
commit 0fbdf5aa4e

View File

@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
diagramsLib HUnit QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2
];
jailbreak = true;
meta = {
homepage = "http://projects.haskell.org/diagrams/";
description = "Collection of user contributions to diagrams EDSL";