From 059ac44a55afc89161d0a41c418f710b0bad9544 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:07:46 +0900 Subject: [PATCH] websocket-0.9.8.0 breaks yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85f82cc5..0a473cc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,6 +2660,9 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 + + # https://github.com/yesodweb/yesod/issues/1311 + - websocket < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of