From 361f7b196f00dce604d52e7700921270a6e56447 Mon Sep 17 00:00:00 2001 From: Nicolas Pouillard Date: Mon, 25 Nov 2013 11:03:30 +0100 Subject: [PATCH] Issue #14: Add build constraint to avoid Chart-1.1 --- timeplot.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeplot.cabal b/timeplot.cabal index 34e28a7..61c24fb 100644 --- a/timeplot.cabal +++ b/timeplot.cabal @@ -29,7 +29,7 @@ executable tplot buildable: True ghc-options: -rtsopts other-modules: Graphics.Rendering.Chart.Event - build-depends: Chart == 1.*, Chart-cairo == 1.*, base >=3 && <5, bytestring -any, + build-depends: Chart >= 1.0 && < 1.1, Chart-cairo == 1.*, base >=3 && <5, bytestring -any, bytestring-lexing -any, cairo -any, colour -any, containers -any, data-default -any, lens >= 3.9, regex-tdfa -any, strptime >=0.1.7, time -any,