summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Biz/Pie.hs4
-rw-r--r--Urbit/Harbor.hs5
2 files changed, 9 insertions, 0 deletions
diff --git a/Biz/Pie.hs b/Biz/Pie.hs
index 3914674..8de6ca6 100644
--- a/Biz/Pie.hs
+++ b/Biz/Pie.hs
@@ -21,3 +21,7 @@
-- - Sean Ellis' question: "How would you feel if you could no longer use this
-- product? (a) Very disappointed, (b) somewhat disappointed, (c) not
-- disappointed" and then measure the percentage who answer (a).
+module Biz.Pie where
+
+main :: IO ()
+main = pure ()
diff --git a/Urbit/Harbor.hs b/Urbit/Harbor.hs
index d95f1a0..8c53e0c 100644
--- a/Urbit/Harbor.hs
+++ b/Urbit/Harbor.hs
@@ -37,3 +37,8 @@ TODO:
ini file, and change price to customer
- figure out what firewall stuff i need to do
-}
+
+module Urbit.Harbor where
+
+main :: IO ()
+main = pure ()