dev-haskell/hspec-wai: Add upper bound to ghc dep

hspec-wai-0.10.1 will not build on >=ghc-9.2, leading to errors:

    Could not find module ‘Data.ByteString.Lazy.Builder’

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-11-17 18:44:44 -07:00
committed by Sam James
parent 0941d693b6
commit b7411196b1

View File

@@ -26,7 +26,7 @@ RDEPEND="dev-haskell/base-compat:=[profile?]
dev-haskell/text:=[profile?]
>=dev-haskell/wai-3:=[profile?]
>=dev-haskell/wai-extra-3:=[profile?]
>=dev-lang/ghc-7.8.2:=
>=dev-lang/ghc-7.8.2:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3