diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/agda/agda-2.6.1.2.ebuild | 5 |
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() { |