From 868c7c6d017b78ed5d7ac3b92086a2eb86d6a771 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 30 Dec 2010 18:14:33 +0900 Subject: [PATCH] fix build-depends --- COPYING | 8 ++++---- NEWS | 4 ++++ bindings-audiofile.cabal | 5 +++-- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 NEWS diff --git a/COPYING b/COPYING index 8c8aeaf..39c4f26 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ "base == 4.*" diff --git a/bindings-audiofile.cabal b/bindings-audiofile.cabal index e937925..9f5785c 100644 --- a/bindings-audiofile.cabal +++ b/bindings-audiofile.cabal @@ -2,7 +2,7 @@ Name: bindings-audiofile Synopsis: Low level bindings to audiofile Description: Bindings to audiofile: -Version: 0.1 +Version: 0.1.0.1 License: PublicDomain License-File: COPYING Author: PHO @@ -15,6 +15,7 @@ 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.* PkgConfig-Depends: -- 2.40.0