summaryrefslogtreecommitdiff
path: root/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild')
-rw-r--r--dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild b/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
index 0e404b50ee54..ed0ebe28b8f6 100644
--- a/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
+++ b/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
@@ -3,7 +3,7 @@
# ebuild generated by hackport 0.2.13
-EAPI=4
+EAPI=6
CABAL_FEATURES="lib profile haddock hscolour hoogle"
inherit haskell-cabal
@@ -17,8 +17,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-haskell/hsql-1.8.2[profile?]
- >=dev-lang/ghc-6.10.1
+RDEPEND=">=dev-haskell/hsql-1.8.2:=[profile?]
+ >=dev-lang/ghc-6.10.1:=
>=dev-db/unixODBC-2.2"
DEPEND="${RDEPEND}
dev-haskell/cabal"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-cabal22.patch
+)