summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-17 18:44:44 -0700
committerSam James <sam@gentoo.org>2023-11-19 18:32:42 +0000
commitb7411196b11ea4bd3b595ac82d49fcad6db856ed (patch)
tree422a63b07911ee79b905164ca07fae22fba5d3fd /dev-haskell/hspec-wai
parentdev-haskell/hdbc-postgresql: Loosen constraint on 'time' (diff)
downloadgentoo-b7411196b11ea4bd3b595ac82d49fcad6db856ed.tar.gz
gentoo-b7411196b11ea4bd3b595ac82d49fcad6db856ed.tar.bz2
gentoo-b7411196b11ea4bd3b595ac82d49fcad6db856ed.zip
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>
Diffstat (limited to 'dev-haskell/hspec-wai')
-rw-r--r--dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild b/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild
index 161cfda69aa4..34e0f3803433 100644
--- a/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild
+++ b/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild
@@ -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