From 6bbe6b3a1e86c1b1958ef564de090dc3616595df Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 May 2017 00:51:50 +0100 Subject: [PATCH] Add upper bounds for websockets-rpc for #2494 too. websockets-simple/rpc latest versions both mandate websockets >= 0.11 but we've placed an upper bound to stop 0.11 being available (#245). --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fd374d0..6408927b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,7 +3155,9 @@ packages: - haskell-src-meta < 0.8 # https://github.com/fpco/stackage/issues/2494 + # Indirectly blocked on fpco/stackage/issues/245 - websockets-simple < 0.0.2.1 + - websockets-rpc < 0.4.1 # end of packages