From 9ee5de24760beedf4a186fb5a568b2aa69974391 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Aug 2016 12:05:45 -0400 Subject: pin servant to 0.7 0.8 also works ok. What does not work is leaving it unpinned and letting servant-0.7 be used with servant-server-0.8. That produces strange compile errors, so pin to avoid. --- stack.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index 4a17516..ebf1257 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,4 +7,7 @@ extra-deps: - polynomial-0.7.2 - raaz-0.0.2 - zxcvbn-c-1.0.0 + - servant-0.7.1 + - servant-server-0.7.1 + - servant-client-0.7.1 explicit-setup-deps: -- cgit v1.2.3