diff options
Diffstat (limited to 'Com/InfluencedByBooks/Server.hs')
-rw-r--r-- | Com/InfluencedByBooks/Server.hs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Com/InfluencedByBooks/Server.hs b/Com/InfluencedByBooks/Server.hs index dae17ef..868f258 100644 --- a/Com/InfluencedByBooks/Server.hs +++ b/Com/InfluencedByBooks/Server.hs @@ -8,6 +8,25 @@ {-# LANGUAGE TypeOperators #-} -- | Server +-- +-- : exe ibb +-- +-- : dep clay +-- : dep miso +-- : dep protolude +-- : dep servant +-- : dep text +-- : dep MonadRandom +-- : dep acid-state +-- : dep blaze-html +-- : dep blaze-markup +-- : dep bytestring +-- : dep ixset +-- : dep random +-- : dep safecopy +-- : dep scotty +-- : dep servant-server +-- : dep text module Com.InfluencedByBooks.Server where import qualified Clay |