Upper bound on websockets due to io-streams issues

This commit is contained in:
Michael Snoyman 2013-10-23 22:23:38 +03:00
parent b1193325be
commit 2bec03d042

View File

@ -286,6 +286,10 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
-- Requires binary 0.7
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'
addRange "Michael Snoyman" "regex-pcre-builtin" "< 0.94.4.6.8.31"
where