From 86dfafe28acda76fd6a8a5d63361fcc40c047f79 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 30 Dec 2010 18:24:10 +0900 Subject: [PATCH] fix build-depends --- NEWS | 4 ++++ bindings-EsounD.cabal | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 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.*" diff --git a/bindings-EsounD.cabal b/bindings-EsounD.cabal index 8d610de..a1e93b9 100644 --- a/bindings-EsounD.cabal +++ b/bindings-EsounD.cabal @@ -2,7 +2,7 @@ Name: bindings-EsounD Synopsis: Low level bindings to EsounD (ESD; Enlightened Sound Daemon) Description: Bindings to EsounD: -Version: 0.1 +Version: 0.1.0.1 License: PublicDomain License-File: COPYING Author: PHO @@ -10,11 +10,12 @@ Maintainer: PHO 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.* -- 2.40.0