diff options
author | Ben Sima <ben@bsima.me> | 2020-10-26 17:52:56 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-10-26 17:52:56 -0400 |
commit | 19f5402bec9f6346463b83536cc22d7f4525bc18 (patch) | |
tree | 2076903999b67f26e1ada3a8717325710f6b2ee4 /Que/Host.hs | |
parent | e069bc069f998e3158c826e20f7d94575907ae46 (diff) |
Capitalize rest of files
Diffstat (limited to 'Que/Host.hs')
-rw-r--r-- | Que/Host.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Que/Host.hs b/Que/Host.hs index 5b51dba..3303709 100644 --- a/Que/Host.hs +++ b/Que/Host.hs @@ -60,7 +60,7 @@ main = Exception.bracket startup shutdown <| uncurry Warp.run putText "Que.Host" putText <| "port: " <> (show <| quePort c) putText <| "skey: " <> (show <| queSkey c) - return (port c, waiapp) + return (quePort c, waiapp) shutdown :: a -> IO a shutdown = pure . identity |