timeplot 1.0.19 → 1.0.20
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~Chart
Dependency ranges changed: Chart
Files
- timeplot.cabal +2/−2
timeplot.cabal view
@@ -1,5 +1,5 @@ name: timeplot-version: 1.0.19+version: 1.0.20 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -29,7 +29,7 @@ buildable: True ghc-options: -rtsopts other-modules: Graphics.Rendering.Chart.Event- build-depends: Chart >=0.15, base >=3 && <5, bytestring -any,+ build-depends: Chart >=0.15 && < 0.17, base >=3 && <5, bytestring -any, bytestring-lexing -any, cairo -any, colour -any, containers -any, data-accessor ==0.2.*, data-accessor-template >=0.2.1.1 && <0.3, regex-tdfa -any, strptime >=0.1.7, time -any,