summaryrefslogtreecommitdiffhomepage
path: root/HTTP/Client.hs
diff options
context:
space:
mode:
Diffstat (limited to 'HTTP/Client.hs')
-rw-r--r--HTTP/Client.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/HTTP/Client.hs b/HTTP/Client.hs
index 8415b2f..25ff536 100644
--- a/HTTP/Client.hs
+++ b/HTTP/Client.hs
@@ -14,7 +14,6 @@ import Types.Cost
import Servant.API
import Servant.Client
import Data.Proxy
-import Network.Wai.Handler.Warp (Port)
import Network.HTTP.Client hiding (port, host, Proxy)
import Network.HTTP.Client.Internal (Connection, makeConnection)
import Control.Monad.Trans.Except (ExceptT, runExceptT)