summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-04 23:06:02 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-04 23:06:02 +0100
commit0ae54929c1df07051697a0941737fe3b141f7f2a (patch)
tree3fd54137e401d8da7f56481adacd6d3c672ad6e9
parentdev-java/openjdk-jre-bin: drop old (diff)
downloadgentoo-0ae54929c1df07051697a0941737fe3b141f7f2a.tar.gz
gentoo-0ae54929c1df07051697a0941737fe3b141f7f2a.tar.bz2
gentoo-0ae54929c1df07051697a0941737fe3b141f7f2a.zip
dev-haskell/bytestring-show: tweak for ghc-8.8
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild
index 034819b9da95..c9d31c589831 100644
--- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild
+++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
# ebuild generated by hackport 0.3.6.9999
@@ -25,6 +25,11 @@ DEPEND="${RDEPEND}
"
src_prepare() {
+ default
+
+ # Use default for compatibility with Cabal-3
+ rm Setup.lhs || die
cabal_chdeps \
- 'binary < 0.8' 'binary'
+ 'binary < 0.8' 'binary' \
+ 'containers < 0.6' 'containers'
}