diff options
Diffstat (limited to 'Run/Que/Server.hs')
-rw-r--r-- | Run/Que/Server.hs | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Run/Que/Server.hs b/Run/Que/Server.hs index e5094cd..4974498 100644 --- a/Run/Que/Server.hs +++ b/Run/Que/Server.hs @@ -3,8 +3,15 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE LambdaCase #-} -{- | Interprocess communication --} +-- | Interprocess communication +-- +-- : exe que-server +-- : dep async +-- : dep protolude +-- : dep scotty +-- : dep stm +-- : dep unagi-chan +-- : dep unordered-containers module Run.Que.Server ( main ) |