summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-03-15 19:34:46 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2021-03-15 22:32:54 +0000
commit332ed48e88b914b4122704fe8c501293ce403a3c (patch)
tree38d631203475426642d190b24a92d539666db39c /sci-mathematics
parentdev-haskell/test-framework-th-prime: bump up to 0.0.10 (diff)
downloadgentoo-332ed48e88b914b4122704fe8c501293ce403a3c.tar.gz
gentoo-332ed48e88b914b4122704fe8c501293ce403a3c.tar.bz2
gentoo-332ed48e88b914b4122704fe8c501293ce403a3c.zip
sci-mathematics/agda: allow ghc-8.10.4
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/agda/agda-2.6.1.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-mathematics/agda/agda-2.6.1.2.ebuild b/sci-mathematics/agda/agda-2.6.1.2.ebuild
index 3468e60ca041..a2a59db413d6 100644
--- a/sci-mathematics/agda/agda-2.6.1.2.ebuild
+++ b/sci-mathematics/agda/agda-2.6.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -81,6 +81,9 @@ src_prepare() {
-i "${S}/${MY_PN}.cabal" \
|| die "Could not remove agda-mode from ${MY_PN}.cabal"
fi
+
+ cabal_chdeps \
+ 'if impl(ghc >= 8.6.4) && impl(ghc < 8.10.3)' 'if impl(ghc >= 8.6.4) && impl(ghc < 8.11.0)'
}
src_configure() {