packages feed

opensoundcontrol-ht 0.1.1 → 0.1.1.1

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~processdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: process, transformers

API changes (from Hackage documentation)

Files

opensoundcontrol-ht.cabal view
@@ -1,5 +1,5 @@ Name:             opensoundcontrol-ht-Version:          0.1.1+Version:          0.1.1.1 License:          GPL License-File:     LICENSE Copyright:        Henning Thielemann, 2009@@ -29,7 +29,7 @@ Source-Repository this   type:     darcs   location: http://code.haskell.org/~thielema/opensoundcontrol/-  tag:      0.1.1+  tag:      0.1.1.1   Flag splitBase@@ -37,16 +37,16 @@  Library   Build-Depends: hosc >=0.1 && <0.9-  Build-Depends: transformers >=0.2 && <0.3+  Build-Depends: transformers >=0.2 && <0.4   Build-Depends: binary >=0.2 && <1, bytestring >=0.9 && <0.10   Build-Depends: utility-ht >=0.0.1 && <0.1   If flag(splitBase)     Build-Depends:-      random >= 1.0 && <2,-      process >= 1.0 && <1.1,-      base >= 2 && <5+      random >=1.0 && <2,+      process >=1.0 && <1.2,+      base >=2 && <5   Else-    Build-Depends: base >= 1.0 && < 2+    Build-Depends: base >=1.0 && <2    GHC-Options:      -Wall   Extensions:       GeneralizedNewtypeDeriving