From 3765a6083480ca502a8cc6c1851a642c44a2f618 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 19 Mar 2016 21:00:59 -0700 Subject: [PATCH] Add constraint "redis-resp < 0.4" per #1293 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b319f5bf..106f8c8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,6 +2092,9 @@ packages: # https://github.com/fpco/stackage/issues/1292 - language-javascript < 0.6 + # https://github.com/fpco/stackage/issues/1293 + - redis-resp < 0.4 + # end of packages