summaryrefslogtreecommitdiffhomepage
path: root/HTTP/Client.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-12 15:10:18 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-12 15:10:18 -0400
commit483cc9e1fe40899c7f045d71d75aaa5ca99db3fb (patch)
treeef49c9da2a880dd4fc60c8ae5b04f8decb10c220 /HTTP/Client.hs
parent84d892e71ed5732bf64d550086d879ab9317f26d (diff)
downloadkeysafe-483cc9e1fe40899c7f045d71d75aaa5ca99db3fb.tar.gz
new module
Diffstat (limited to 'HTTP/Client.hs')
-rw-r--r--HTTP/Client.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/HTTP/Client.hs b/HTTP/Client.hs
index 0a79ba0..0c28005 100644
--- a/HTTP/Client.hs
+++ b/HTTP/Client.hs
@@ -6,6 +6,7 @@
module HTTP.Client where
import HTTP
+import HTTP.ProofOfWork
import Types
import Types.Storage
import Servant.API