summaryrefslogtreecommitdiffhomepage
path: root/HTTP
diff options
context:
space:
mode:
Diffstat (limited to 'HTTP')
-rw-r--r--HTTP/Client.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/HTTP/Client.hs b/HTTP/Client.hs
index 19cfe9b..b582fe7 100644
--- a/HTTP/Client.hs
+++ b/HTTP/Client.hs
@@ -7,8 +7,9 @@ module HTTP.Client where
import HTTP
import HTTP.ProofOfWork
-import Servers
import Types
+import Types.Server
+import Servers
import Types.Storage
import Types.Cost
import Servant.API