From a40c18436fb5a58c1636a0980f704ac8e0e2867c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Aug 2017 14:52:04 -0400 Subject: updated to http-client 0.5.3, servant 0.11 and stackage lts-9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CmdLine.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'CmdLine.hs') 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 -- cgit v1.2.3