gnuplot 0.3.3 → 0.3.3.1
raw patch · 1 files changed
+6/−5 lines, 1 filesdep ~arraydep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: array, base, containers
API changes (from Hackage documentation)
Files
- gnuplot.cabal +6/−5
gnuplot.cabal view
@@ -1,5 +1,5 @@ Name: gnuplot-Version: 0.3.3+Version: 0.3.3.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -57,18 +57,19 @@ Library Build-Depends:- array >= 0.1 && <0.3,- containers >= 0.1 && <0.3,+ array >= 0.1 && <0.4,+ containers >= 0.1 && <0.4, utility-ht >= 0.0.1 && < 0.1, monoid-transformer >= 0.0.2 && <0.1 If flag(splitBase) Build-Depends:- base >= 2 && <5,+ base >= 2 && <6, process >= 1.0 && < 1.1, time >= 1.1 && < 1.2, old-locale >= 1.0 && < 1.1 Else- Build-Depends: base >= 1.0 && < 2+ Build-Depends:+ base >= 1.0 && < 2 GHC-Options: -Wall