diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-14 09:19:18 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-15 09:07:08 +0000 |
commit | e4bcb8b27e255db1f7b840f4c825d7778d01f40b (patch) | |
tree | 1e69a12238c0389e7ed4ad02ebb78d6487d50803 /dev-haskell | |
parent | dev-haskell/transformers: mark as ghc-8.10 core library (diff) | |
download | gentoo-e4bcb8b27e255db1f7b840f4c825d7778d01f40b.tar.gz gentoo-e4bcb8b27e255db1f7b840f4c825d7778d01f40b.tar.bz2 gentoo-e4bcb8b27e255db1f7b840f4c825d7778d01f40b.zip |
dev-haskell/parsec: mark as ghc-8.10 core library
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/parsec/parsec-3.1.14.0.ebuild b/dev-haskell/parsec/parsec-3.1.14.0.ebuild index 7cebba59ce2d..0743f353eaf9 100644 --- a/dev-haskell/parsec/parsec-3.1.14.0.ebuild +++ b/dev-haskell/parsec/parsec-3.1.14.0.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 @@ -31,4 +31,4 @@ RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?] " DEPEND="${RDEPEND}" -CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.10.1_alpha1 PM:8.10.1_alpha2 PM:8.10.1 PM:8.10.2 PM:9999" +CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.10.1_alpha1 PM:8.10.1_alpha2 PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:9.0.1 PM:9999" |