summaryrefslogtreecommitdiffhomepage
path: root/Storage
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 /Storage
parent84d892e71ed5732bf64d550086d879ab9317f26d (diff)
downloadkeysafe-483cc9e1fe40899c7f045d71d75aaa5ca99db3fb.tar.gz
new module
Diffstat (limited to 'Storage')
-rw-r--r--Storage/Network.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Storage/Network.hs b/Storage/Network.hs
index ef6d86e..24f1c7d 100644
--- a/Storage/Network.hs
+++ b/Storage/Network.hs
@@ -16,8 +16,8 @@ import Types
import Types.Storage
import Data.List
import Data.Char
-import HTTP
import HTTP.Client
+import HTTP.ProofOfWork
import Servant.Client
import Network.Wai.Handler.Warp (Port)
import Network.HTTP.Client hiding (port, host)