diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-22 22:47:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-22 22:47:46 +0100 |
commit | 290fba178f2c4eb5e066ece9f27f0d1aacf83191 (patch) | |
tree | 6e54f58dbb63abf12d19f5a373d1539b4d234cac /dev-haskell/hsql/hsql-1.8.2-r1.ebuild | |
parent | profiles/package.mask: mask dev-lang/epic for removal (diff) | |
download | gentoo-290fba178f2c4eb5e066ece9f27f0d1aacf83191.tar.gz gentoo-290fba178f2c4eb5e066ece9f27f0d1aacf83191.tar.bz2 gentoo-290fba178f2c4eb5e066ece9f27f0d1aacf83191.zip |
dev-haskell/hsql: tweak for ghc-8.4
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/735664
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hsql/hsql-1.8.2-r1.ebuild')
-rw-r--r-- | dev-haskell/hsql/hsql-1.8.2-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-haskell/hsql/hsql-1.8.2-r1.ebuild b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild index 5d1559a6e3a1..53a5a9d3ae0b 100644 --- a/dev-haskell/hsql/hsql-1.8.2-r1.ebuild +++ b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 # ebuild generated by hackport 0.4.6.9999 @@ -24,8 +24,12 @@ DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 " +PATCHES=( + "${FILESDIR}"/${P}-ghc84.patch +) + pkg_postinst() { - ghc-package_pkg_postinst + haskell-cabal_pkg_postinst elog "You will probably want to emerge one or more HSQL backend." elog "These backends are available:" |