From a0071dc07df009d7d0204bb15770518f4e1e6131 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Jul 2015 00:16:20 +0900 Subject: [PATCH] restrict reroute < 0.3 (#714) reroute 0.3 no longer exports Data.HVect which breaks Spock --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26a88851..0bb64032 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -714,7 +714,8 @@ packages: - graph-core - highjson - hvect - - reroute + # https://github.com/fpco/stackage/issues/714 + - reroute < 0.3 - users - users-persistent - users-postgresql-simple