packages feed

splot 0.1.8 → 0.1.9

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~strptime

Dependency ranges changed: strptime

Files

splot.cabal view
@@ -1,5 +1,5 @@ Name: splot-Version: 0.1.8+Version: 0.1.9 License: BSD3 License-file: LICENSE Copyright: Eugene Kirpichov, 2010@@ -23,6 +23,6 @@   else     Build-Depends: base < 3 -  Build-Depends: cairo, bytestring, bytestring-lexing, strptime >= 0.1.5, time, +  Build-Depends: cairo, bytestring, bytestring-lexing, strptime >= 0.1.7, time,                   containers, colour, haskell98, Chart, mtl   Main-Is: Tools/StatePlot.hs