summaryrefslogtreecommitdiff
path: root/src/Erebos/Network.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/Erebos/Network.hs-boot')
-rw-r--r--src/Erebos/Network.hs-boot8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Erebos/Network.hs-boot b/src/Erebos/Network.hs-boot
new file mode 100644
index 0000000..849bfc1
--- /dev/null
+++ b/src/Erebos/Network.hs-boot
@@ -0,0 +1,8 @@
+module Erebos.Network where
+
+import Erebos.Storage
+
+data Server
+data Peer
+
+peerStorage :: Peer -> Storage