Jailbreak the whole haskell/Chart "ecosystem", not just Chart

This commit is contained in:
Gergely Risko 2014-04-02 17:29:33 +02:00
parent 80a03f665d
commit 53ce02b7c0
3 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [
cairo Chart colour dataDefaultClass lens mtl operational time
];
jailbreak = true;
meta = {
homepage = "https://github.com/timbod7/haskell-chart/wiki";
description = "Cairo backend for Charts";

View file

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
diagramsPostscript diagramsSvg lens mtl operational SVGFonts text
time
];
jailbreak = true;
meta = {
homepage = "https://github.com/timbod7/haskell-chart/wiki";
description = "Diagrams backend for Charts";

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "1.2";
sha256 = "0qq72cf1m2gvcksa1jj5g9qi6b47pmpzh3grhs7kh3m7qyq0a56g";
buildDepends = [ cairo Chart ChartCairo colour gtk mtl time ];
jailbreak = true;
meta = {
homepage = "https://github.com/timbod7/haskell-chart/wiki";
description = "Utility functions for using the chart library with GTK";