sox 0.2.2.5 → 0.2.2.6
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~processdep ~transformers
Dependency ranges changed: process, transformers
Files
- sox.cabal +6/−6
sox.cabal view
@@ -1,5 +1,5 @@ Name: sox-Version: 0.2.2.5+Version: 0.2.2.6 License: GPL License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -41,13 +41,13 @@ default: False Source-Repository this- Tag: 0.2.2.5+ Tag: 0.2.2.6 Type: darcs- Location: http://code.haskell.org/~thielema/sox/+ Location: http://hub.darcs.net/thielema/sox/ Source-Repository head Type: darcs- Location: http://code.haskell.org/~thielema/sox/+ Location: http://hub.darcs.net/thielema/sox/ Library Build-Depends:@@ -55,11 +55,11 @@ explicit-exception >= 0.1.3 && < 0.2, -- that's the way to get compatibility between GHC 6.10 and 6.12 extensible-exceptions >=0.1.1 && <0.2,- transformers >=0.2 && <0.5,+ transformers >=0.2 && <0.6, utility-ht >=0.0.5 && <0.1 If flag(splitBase) Build-Depends:- process >=1.0 && <1.3,+ process >=1.0 && <1.5, containers >=0.1 && <0.6, base >=2 && <5 Else