x-dsp 0.2.3 → 0.2.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~containers
Dependency ranges changed: containers
Files
- x-dsp.cabal +2/−2
x-dsp.cabal view
@@ -1,5 +1,5 @@ Name: x-dsp-Version: 0.2.3+Version: 0.2.3.1 Synopsis: A embedded DSL for manipulating DSP languages in Haskell Description: Provides a tagless-final language family for manipulating audio programming languages (e.g. Csound, Supercollider).@@ -37,7 +37,7 @@ Build-depends: base >= 3 && < 5 ,array >= 0.2 && < 0.5 ,bytestring >= 0.9 && < 0.10- ,containers >= 0.2 && < 0.5+ ,containers >= 0.2 && < 0.6 ,monads-tf >= 0.1 && < 0.2 ,text >= 0.7 && < 0.13 ,transformers >= 0.2 && < 0.4