mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user