summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hsql-sqlite/hsql-sqlite-1.7.ebuild')
-rw-r--r--dev-haskell/hsql-sqlite/hsql-sqlite-1.7.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-haskell/hsql-sqlite/hsql-sqlite-1.7.ebuild b/dev-haskell/hsql-sqlite/hsql-sqlite-1.7.ebuild
index bbef73e92801..092df92beca4 100644
--- a/dev-haskell/hsql-sqlite/hsql-sqlite-1.7.ebuild
+++ b/dev-haskell/hsql-sqlite/hsql-sqlite-1.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-sqlite/hsql-sqlite-1.7.ebuild,v 1.7 2007/12/13 05:43:11 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-sqlite/hsql-sqlite-1.7.ebuild,v 1.8 2010/07/12 15:50:22 slyfox Exp $
CABAL_FEATURES="lib haddock"
inherit haskell-cabal
@@ -23,8 +23,10 @@ DEPEND=">=dev-lang/ghc-6.4.1
S="${WORKDIR}/${MY_P}"
+CABAL_CONFIGURE_FLAGS="--constraint=base<4"
+
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cabal-mksetup
echo 'extra-libraries: sqlite3' >> "${S}/hsql-sqlite3.cabal"