diff options
author | Sam James <sam@gentoo.org> | 2022-07-23 22:22:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-23 22:22:56 +0100 |
commit | 70c9ecf29087e6fc7ae915e40879115f9ae0fa29 (patch) | |
tree | 13491350c4363d524d37209d0df1d5a392c62cca /dev-haskell/exceptions | |
parent | dev-haskell/haddock: add 2.25.1 (sync w/ ::haskell) (diff) | |
download | gentoo-70c9ecf29087e6fc7ae915e40879115f9ae0fa29.tar.gz gentoo-70c9ecf29087e6fc7ae915e40879115f9ae0fa29.tar.bz2 gentoo-70c9ecf29087e6fc7ae915e40879115f9ae0fa29.zip |
dev-haskell/exceptions: fixup deps (sync with ::haskell)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/exceptions')
-rw-r--r-- | dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild (renamed from dev-haskell/exceptions/exceptions-0.10.4.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-haskell/exceptions/exceptions-0.10.4.ebuild b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild index 349fb81e944b..682fb6ec2abc 100644 --- a/dev-haskell/exceptions/exceptions-0.10.4.ebuild +++ b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ebuild generated by hackport 0.6.4.9999 @@ -10,12 +10,10 @@ inherit haskell-cabal DESCRIPTION="Extensible optionally-pure exceptions" HOMEPAGE="https://github.com/ekmett/exceptions/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?] >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?] @@ -31,7 +29,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 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:9.0.1 PM:9.0.1-r1 PM:9.0.2 PM:9999" +CABAL_CORE_LIB_GHC_PV="PM:8.10.5-r1 PM:8.10.6 PM:8.10.7 PM:9.0.1-r1 PM:9.0.2-r1 PM:9999" src_prepare() { default |