diff options
Diffstat (limited to 'Com/InfluencedByBooks/Client.hs')
-rw-r--r-- | Com/InfluencedByBooks/Client.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Com/InfluencedByBooks/Client.hs b/Com/InfluencedByBooks/Client.hs index cf45511..a7da344 100644 --- a/Com/InfluencedByBooks/Client.hs +++ b/Com/InfluencedByBooks/Client.hs @@ -3,6 +3,17 @@ {-# LANGUAGE NoImplicitPrelude #-} -- | Front-end +-- +-- : exe ibb.js +-- +-- : dep clay +-- : dep miso +-- : dep protolude +-- : dep servant +-- : dep text +-- : dep aeson +-- : dep containers +-- : dep ghcjs-base module Com.InfluencedByBooks.Client where import Com.InfluencedByBooks.Core (Action(..), see, init) |