1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-Chart: jailbreak to fix build with lens 4.x

Fixes <https://github.com/timbod7/haskell-chart/issues/21>.
This commit is contained in:
Peter Simons 2014-02-20 11:48:59 +01:00
parent 6478f4da81
commit 2bbe313090

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [
colour dataDefaultClass lens mtl operational time
];
jailbreak = true;
meta = {
homepage = "https://github.com/timbod7/haskell-chart/wiki";
description = "A library for generating 2D Charts and Plots";