mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 19:21:57 +01:00
Upper bound on websockets due to io-streams issues
This commit is contained in:
parent
b1193325be
commit
2bec03d042
@ -286,6 +286,10 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
-- Requires binary 0.7
|
-- Requires binary 0.7
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "bson" "< 0.2.3"
|
addRange "FP Complete <michael@fpcomplete.com>" "bson" "< 0.2.3"
|
||||||
|
|
||||||
|
-- io-streams depends on too new a network and too old a test-framework.
|
||||||
|
-- Therefore, don't use the new websockets which depends on it.
|
||||||
|
addRange "Michael Snoyman" "websockets" "< 0.8"
|
||||||
|
|
||||||
-- unknown symbol `utf8_table4'
|
-- unknown symbol `utf8_table4'
|
||||||
addRange "Michael Snoyman" "regex-pcre-builtin" "< 0.94.4.6.8.31"
|
addRange "Michael Snoyman" "regex-pcre-builtin" "< 0.94.4.6.8.31"
|
||||||
where
|
where
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user