diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-14 09:35:06 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-15 09:07:09 +0000 |
commit | e4dfa1b7768b6ec61b6595c9d56749bcf6a97293 (patch) | |
tree | 19e7cf46dc79f62f19cf6c25d2a2897255401f38 /dev-haskell | |
parent | dev-haskell/cabal-doctest: allow ghc-8.10 (diff) | |
download | gentoo-e4dfa1b7768b6ec61b6595c9d56749bcf6a97293.tar.gz gentoo-e4dfa1b7768b6ec61b6595c9d56749bcf6a97293.tar.bz2 gentoo-e4dfa1b7768b6ec61b6595c9d56749bcf6a97293.zip |
dev-haskell/exceptions: 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/exceptions/exceptions-0.10.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/exceptions/exceptions-0.10.4.ebuild b/dev-haskell/exceptions/exceptions-0.10.4.ebuild index 073b42171f4b..987428590228 100644 --- a/dev-haskell/exceptions/exceptions-0.10.4.ebuild +++ b/dev-haskell/exceptions/exceptions-0.10.4.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,7 +31,7 @@ DEPEND="${RDEPEND} >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 ) " -CABAL_CORE_LIB_GHC_PV="PM:8.10.1" +CABAL_CORE_LIB_GHC_PV="PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:9.0.1 PM:9999" src_prepare() { default |