diff options
Diffstat (limited to 'Com/InfluencedByBooks/Aero.hs')
-rw-r--r-- | Com/InfluencedByBooks/Aero.hs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Com/InfluencedByBooks/Aero.hs b/Com/InfluencedByBooks/Aero.hs deleted file mode 100644 index bd996c6..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.InfluencedByBooks.Core (Action(..), see, init) -import Com.InfluencedByBooks.Move (move) -import Com.Simatime.Alpha -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 |