From 19f5402bec9f6346463b83536cc22d7f4525bc18 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 26 Oct 2020 17:52:56 -0400 Subject: Capitalize rest of files --- Que/Host.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Que/Host.hs') 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 -- cgit v1.2.3