From 9d114cfc773171b0a95bd4d2c39f1bb0eb783c8d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 Nov 2019 15:33:13 -0700 Subject: rename everything back to caps to appease ghc --- com/influencedbybooks/aero.hs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 com/influencedbybooks/aero.hs (limited to 'com/influencedbybooks/aero.hs') diff --git a/com/influencedbybooks/aero.hs b/com/influencedbybooks/aero.hs deleted file mode 100644 index 63066c5..0000000 --- a/com/influencedbybooks/aero.hs +++ /dev/null @@ -1,21 +0,0 @@ -{-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE RecordWildCards #-} -{-# LANGUAGE NoImplicitPrelude #-} - --- | Front-end -module Com.Influencedbybooks.Aero where - -import Com.Simatime.Alpha -import Com.Influencedbybooks.Move (move) -import Com.Influencedbybooks.Core (Action(..), see, init) -import Miso (App(..), defaultEvents, miso) - -main :: IO () -main = miso $ \u -> App { model = init u, .. } - where - initialAction = FetchPeople - update = move - view = see - events = defaultEvents - subs = [] - mountPoint = Nothing -- cgit v1.2.3