summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
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 /keysafe.cabal
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.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal6
1 files changed, 3 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.*