From fe05cee60697039ea3ab4b15c5a967f8d8ac89f1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 3 Aug 2022 11:59:30 -0400 Subject: Add module stub so these are buildable --- Biz/Pie.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Biz/Pie.hs') 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 () -- cgit v1.2.3