summaryrefslogtreecommitdiff
path: root/Biz/Pie.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-08-03 11:59:30 -0400
committerBen Sima <ben@bsima.me>2022-08-03 11:59:30 -0400
commitfe05cee60697039ea3ab4b15c5a967f8d8ac89f1 (patch)
treeaaaf1d607a3aef47089c7f0848f39535620150df /Biz/Pie.hs
parent15a6bb53c7aed9cbf6f1a8edb1b8dbbd174cf9f5 (diff)
Add module stub so these are buildable
Diffstat (limited to 'Biz/Pie.hs')
-rw-r--r--Biz/Pie.hs4
1 files changed, 4 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 ()