supercollider-ht 0.2 → 0.2.0.1
raw patch · 1 files changed
+7/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- supercollider-ht.cabal +7/−5
supercollider-ht.cabal view
@@ -1,5 +1,5 @@ Name: supercollider-ht-Version: 0.2+Version: 0.2.0.1 License: GPL License-File: LICENSE Copyright: Henning Thielemann, 2008-2013@@ -27,7 +27,7 @@ Source-Repository this type: darcs location: http://code.haskell.org/~thielema/supercollider/- tag: 0.2+ tag: 0.2.0.1 Flag splitBase@@ -38,9 +38,11 @@ default: False Library- Build-Depends: hosc >=0.13 && <0.14, hsc3 >=0.13 && <0.14- Build-Depends: opensoundcontrol-ht >=0.2 && <0.3- Build-Depends: transformers >=0.2 && <0.5+ Build-Depends:+ hosc >=0.13 && <0.14,+ hsc3 >=0.13 && <0.14,+ opensoundcontrol-ht >=0.2 && <0.3,+ transformers >=0.2 && <0.5 If flag(splitBase) Build-Depends: random >= 1.0 && <2,