diff options
Diffstat (limited to 'dev-haskell/hsql/hsql-1.8.1.ebuild')
-rw-r--r-- | dev-haskell/hsql/hsql-1.8.1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-haskell/hsql/hsql-1.8.1.ebuild b/dev-haskell/hsql/hsql-1.8.1.ebuild index ef015b48d68d..e5a42ee5dfce 100644 --- a/dev-haskell/hsql/hsql-1.8.1.ebuild +++ b/dev-haskell/hsql/hsql-1.8.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.8.1.ebuild,v 1.1 2011/08/04 12:44:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.8.1.ebuild,v 1.2 2012/04/15 10:02:16 gienah Exp $ # ebuild generated by hackport 0.2.13 -EAPI="3" +EAPI=4 -CABAL_FEATURES="lib profile haddock hscolour" -inherit haskell-cabal +CABAL_FEATURES="lib profile haddock hscolour hoogle" +inherit base haskell-cabal DESCRIPTION="Simple library for database access from Haskell." HOMEPAGE="http://hackage.haskell.org/package/hsql" @@ -22,6 +22,8 @@ RDEPEND=">=dev-lang/ghc-6.10.1" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6" +PATCHES=("${FILESDIR}"/${P}-ghc-7.4.patch) + pkg_postinst () { ghc-package_pkg_postinst |