summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-14 23:59:58 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-15 00:00:04 +0100
commit2dc441dd028362e5463f8bdddabc73c73a46c388 (patch)
tree55e7d1a897152d1df344ae465160ad81d978d02d /dev-haskell/biocore/biocore-0.3.1.ebuild
parentapp-text/ghostscript-gpl: do not install custom fontmaps anymore (diff)
downloadgentoo-2dc441dd028362e5463f8bdddabc73c73a46c388.tar.gz
gentoo-2dc441dd028362e5463f8bdddabc73c73a46c388.tar.bz2
gentoo-2dc441dd028362e5463f8bdddabc73c73a46c388.zip
dev-haskell/biocore: tweak for ghc-8.8
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/735860 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/biocore/biocore-0.3.1.ebuild')
-rw-r--r--dev-haskell/biocore/biocore-0.3.1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-haskell/biocore/biocore-0.3.1.ebuild b/dev-haskell/biocore/biocore-0.3.1.ebuild
index a03f1244d73a..54d16dfe8cd0 100644
--- a/dev-haskell/biocore/biocore-0.3.1.ebuild
+++ b/dev-haskell/biocore/biocore-0.3.1.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.3.3.9999
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A bioinformatics library"
-HOMEPAGE="https://hackage.haskell.org/package/biocore"
+HOMEPAGE="http://hackage.haskell.org/package/biocore"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="LGPL-2.1"
@@ -23,3 +23,7 @@ RDEPEND="dev-haskell/stringable:=[profile?]
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-ghc84.patch
+)