summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-12 13:09:20 -0700
committerSam James <sam@gentoo.org>2023-11-19 18:32:37 +0000
commit820e6ef87081cd72e4bfa4dc9a644abceaf1bfad (patch)
tree3f8f155b40f42aafadc8f952d5ecb58b6ccba33e /dev-haskell
parentdev-haskell/binary: Add upper bound to ghc dep (diff)
downloadgentoo-820e6ef87081cd72e4bfa4dc9a644abceaf1bfad.tar.gz
gentoo-820e6ef87081cd72e4bfa4dc9a644abceaf1bfad.tar.bz2
gentoo-820e6ef87081cd72e4bfa4dc9a644abceaf1bfad.zip
dev-haskell/stm: Add upper bound to ghc dep
People really shouldn't be installing different versions of this package than the one that comes bundled with GHC. This package exists for historical reasons and will be removed in the future. See: https://github.com/gentoo-haskell/gentoo-haskell/issues/1386 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.ebuild2
1 files changed, 1 insertions, 1 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 fe9afffd95d7..8119160c2899 100644
--- a/dev-haskell/stm/stm-2.5.0.1-r1.ebuild
+++ b/dev-haskell/stm/stm-2.5.0.1-r1.ebuild
@@ -21,7 +21,7 @@ CABAL_CHDEPS=(
)
RDEPEND="
- >=dev-lang/ghc-8.10.6:=
+ >=dev-lang/ghc-8.10.6:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1