summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-08-10 14:52:04 -0400
committerJoey Hess <joeyh@joeyh.name>2017-08-10 15:46:47 -0400
commita40c18436fb5a58c1636a0980f704ac8e0e2867c (patch)
tree91379ffaa2135f87f415048c9e9e556cb4eff1e0 /CmdLine.hs
parent284c623137035d288abc9ab280969f95285f296f (diff)
downloadkeysafe-a40c18436fb5a58c1636a0980f704ac8e0e2867c.tar.gz
updated to http-client 0.5.3, servant 0.11 and stackage lts-9.0
servant broke backwards compatibility; did not try to maintain back-compat (would be possible). New http-client exported some stuff I need; simplified code; did not try to maintain back-compat, although it would not be hard. Test suite passes. This commit was sponsored by Øyvind Andersen Holm.
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 3ba4e23..0f89fe4 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -14,6 +14,7 @@ import Storage.Network
import Tunables
import qualified Gpg
import Options.Applicative
+import Data.Monoid
import qualified Data.ByteString.UTF8 as BU8
import qualified Data.Text as T
import System.Directory