summaryrefslogtreecommitdiffhomepage
path: root/HTTP/Server.hs
diff options
context:
space:
mode:
Diffstat (limited to 'HTTP/Server.hs')
-rw-r--r--HTTP/Server.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/HTTP/Server.hs b/HTTP/Server.hs
index 5d5c87f..ab27aaa 100644
--- a/HTTP/Server.hs
+++ b/HTTP/Server.hs
@@ -8,6 +8,7 @@
module HTTP.Server (runServer) where
import HTTP
+import HTTP.ProofOfWork
import Types
import Types.Storage
import Tunables