packages feed

gnuplot 0.4.1 → 0.4.1.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~filepathdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: filepath, time

API changes (from Hackage documentation)

Files

gnuplot.cabal view
@@ -1,5 +1,5 @@ Name:             gnuplot-Version:          0.4.1+Version:          0.4.1.1 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>@@ -33,7 +33,7 @@    you can switch to more convenient    but probably less portable ways    of feeding gnuplot with a script.-Tested-With:       GHC==6.8.2+Tested-With:       GHC==6.8.2, GHC==7.0.1 Cabal-Version:     >=1.2 Build-Type:        Simple Extra-Source-Files:@@ -72,7 +72,7 @@   If flag(splitBase)     Build-Depends:       process >= 1.0 && < 1.1,-      time >= 1.1 && < 1.2,+      time >= 1.1 && < 1.3,       old-locale >= 1.0 && < 1.1,       base >= 2 && <5   Else@@ -130,7 +130,7 @@  Executable gnuplot-demo   If flag(buildExamples)-    Build-Depends: filepath >=1.1 && <1.2+    Build-Depends: filepath >=1.1 && <1.3   Else     Buildable: False   GHC-Options: -Wall