hsc3-plot 0.12 → 0.13
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~hsc3setup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hsc3
API changes (from Hackage documentation)
Files
- Setup.hs +1/−0
- hsc3-plot.cabal +2/−2
Setup.hs view
@@ -1,2 +1,3 @@+#!/usr/bin/env runhaskell import Distribution.Simple main = defaultMain
hsc3-plot.cabal view
@@ -1,5 +1,5 @@ Name: hsc3-plot-Version: 0.12+Version: 0.13 Synopsis: Haskell SuperCollider Plotting Description: Plotting functions for hsc3 License: GPL@@ -17,7 +17,7 @@ Library Build-Depends: base == 4.*,- hsc3 == 0.12.*,+ hsc3 == 0.13.*, gnuplot, statistics, vector