haskell-diagrams-core: jailbreak to fix build with recent versions of 'lens'
This commit is contained in:
parent
d4d3e6a390
commit
9619c92cb0
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
dualTree lens MemoTrie monoidExtras newtype semigroups vectorSpace
|
dualTree lens MemoTrie monoidExtras newtype semigroups vectorSpace
|
||||||
vectorSpacePoints
|
vectorSpacePoints
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/diagrams";
|
homepage = "http://projects.haskell.org/diagrams";
|
||||||
description = "Core libraries for diagrams EDSL";
|
description = "Core libraries for diagrams EDSL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user