temporarily disable yesod-websockets (yesodweb/yesod#1311)

This commit is contained in:
Jens Petersen 2016-11-29 17:32:46 +09:00
parent be32d3eb36
commit c2854f9ad6

View File

@ -115,7 +115,7 @@ packages:
- yesod-sitemap - yesod-sitemap
- yesod-static - yesod-static
- yesod-test - yesod-test
- yesod-websockets #- yesod-websockets # https://github.com/yesodweb/yesod/issues/1311
- cereal-conduit - cereal-conduit
- binary-conduit - binary-conduit
# GHC 8 - lzma-conduit # GHC 8 - lzma-conduit
@ -2660,9 +2660,6 @@ packages:
# https://github.com/haskell/vector/issues/142 # https://github.com/haskell/vector/issues/142
- primitive < 0.6.2.0 - primitive < 0.6.2.0
# https://github.com/yesodweb/yesod/issues/1311
- websockets < 0.9.8.0
# end of packages # end of packages
# Package flags are applied to individual packages, and override the values of # Package flags are applied to individual packages, and override the values of