summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-28 12:05:45 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-28 12:05:45 -0400
commit9ee5de24760beedf4a186fb5a568b2aa69974391 (patch)
tree036a59b5c5e1de48fb8f38b1391bc95fefe86701
parentf65d5b911b692da3c699726daeaf5e6726fc7172 (diff)
downloadkeysafe-9ee5de24760beedf4a186fb5a568b2aa69974391.tar.gz
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.
-rw-r--r--keysafe.cabal6
-rw-r--r--stack.yaml3
2 files changed, 6 insertions, 3 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index ac05b0b..60ce645 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -44,9 +44,9 @@ Executable keysafe
, optparse-applicative == 0.12.*
, readline == 1.0.*
, zxcvbn-c == 1.0.*
- , servant (>= 0.7 && < 0.9)
- , servant-server (>= 0.7 && < 0.9)
- , servant-client (>= 0.7 && < 0.9)
+ , servant (>= 0.7 && < 0.8)
+ , servant-server (>= 0.7 && < 0.8)
+ , servant-client (>= 0.7 && < 0.8)
, aeson == 0.11.*
, wai == 3.2.*
, warp == 3.2.*
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: