diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-03 17:19:39 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:26 +0000 |
commit | 38dc01f6f9a1e25b9a1454931aafc47d41a50f5a (patch) | |
tree | 0162892fc69d008da30b576ca51dc696a3c5af2d /dev-haskell | |
parent | dev-haskell/foundation: Fix basement dep (diff) | |
download | gentoo-38dc01f6f9a1e25b9a1454931aafc47d41a50f5a.tar.gz gentoo-38dc01f6f9a1e25b9a1454931aafc47d41a50f5a.tar.bz2 gentoo-38dc01f6f9a1e25b9a1454931aafc47d41a50f5a.zip |
dev-haskell/stm: Loosen constraint on base
This allows stm-2.5.0.1 to be built on newer GHC
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/stm/stm-2.5.0.1-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-haskell/stm/stm-2.5.0.1-r1.ebuild b/dev-haskell/stm/stm-2.5.0.1-r1.ebuild index 338682e39688..fe9afffd95d7 100644 --- a/dev-haskell/stm/stm-2.5.0.1-r1.ebuild +++ b/dev-haskell/stm/stm-2.5.0.1-r1.ebuild @@ -16,6 +16,10 @@ SLOT="0/${PV}" # Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV) KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +CABAL_CHDEPS=( + 'base >= 4.3 && < 4.15' 'base >= 4.3' +) + RDEPEND=" >=dev-lang/ghc-8.10.6:= " |