summaryrefslogtreecommitdiff
path: root/dev-haskell/blaze-textual/blaze-textual-0.2.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/blaze-textual/blaze-textual-0.2.1.0.ebuild')
-rw-r--r--dev-haskell/blaze-textual/blaze-textual-0.2.1.0.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-haskell/blaze-textual/blaze-textual-0.2.1.0.ebuild b/dev-haskell/blaze-textual/blaze-textual-0.2.1.0.ebuild
index d4950a1b2dc7..909db630574a 100644
--- a/dev-haskell/blaze-textual/blaze-textual-0.2.1.0.ebuild
+++ b/dev-haskell/blaze-textual/blaze-textual-0.2.1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
# ebuild generated by hackport 0.6.6.9999
#hackport: flags: -developer,-native
@@ -16,9 +16,6 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # fails tests
RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
>=dev-haskell/double-conversion-0.2.0.1:=[profile?]
@@ -34,6 +31,11 @@ DEPEND="${RDEPEND}
>=dev-haskell/test-framework-quickcheck2-0.2.9 )
"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.2.1.0-ghc-9.0.patch
+ "${FILESDIR}"/${PN}-0.2.1.0-integer-simple-fallback.patch
+)
+
src_configure() {
haskell-cabal_src_configure \
--flag=-developer \