]> gitweb @ CieloNegro.org - bindings-EsounD.git/commitdiff
fix build-depends master RELEASE-0.1.0.1
authorPHO <pho@cielonegro.org>
Thu, 30 Dec 2010 09:24:10 +0000 (18:24 +0900)
committerPHO <pho@cielonegro.org>
Thu, 30 Dec 2010 09:24:10 +0000 (18:24 +0900)
NEWS [new file with mode: 0644]
bindings-EsounD.cabal

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..b5081f8
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,4 @@
+Changes from 0.1 to 0.1.0.1
+---------------------------
+Fix build-depends:
+  "base == 4.2.*" --> "base == 4.*"
index 8d610dea9cc7b5ecab2ac8c09e641be03a01e8b8..a1e93b9edcfe399b2a97368c08b3f65538fc5841 100644 (file)
@@ -2,7 +2,7 @@ Name: bindings-EsounD
 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 @@ Maintainer: PHO <pho at cielonegro dot org>
 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 @@ Source-Repository head
 
 Library
     Build-Depends:
-        base               == 4.2.*,
+        base               == 4.*,
         bindings-DSL       == 1.0.*,
         bindings-audiofile == 0.1.*