bindings-EsounD 0.1 → 0.1.0.1
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- NEWS +4/−0
- bindings-EsounD.cabal +4/−3
+ NEWS view
@@ -0,0 +1,4 @@+Changes from 0.1 to 0.1.0.1+---------------------------+Fix build-depends:+ "base == 4.2.*" --> "base == 4.*"
bindings-EsounD.cabal view
@@ -2,7 +2,7 @@ Synopsis: Low level bindings to EsounD (ESD; Enlightened Sound Daemon) Description: Bindings to EsounD: <http://www.tux.org/~ricdude/EsounD.html>-Version: 0.1+Version: 0.1.0.1 License: PublicDomain License-File: COPYING Author: PHO <pho at cielonegro dot org>@@ -10,11 +10,12 @@ Stability: experimental Homepage: http://cielonegro.org/Bindings-EsounD.html Category: FFI-Tested-With: GHC == 6.12.3+Tested-With: GHC == 7.0.1 Cabal-Version: >= 1.6 Build-Type: Simple Extra-Source-Files: COPYING+ NEWS Source-Repository head Type: git@@ -22,7 +23,7 @@ Library Build-Depends:- base == 4.2.*,+ base == 4.*, bindings-DSL == 1.0.*, bindings-audiofile == 0.1.*