We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb1028 commit f479806Copy full SHA for f479806
app/Main.hs
@@ -11,8 +11,8 @@ main = do
11
hSetBuffering stderr NoBuffering
12
13
putStrLn $
14
- ("postgres-websockets ")
15
- <> (unpack prettyVersion)
+ "postgres-websockets "
+ <> unpack prettyVersion
16
<> " / Connects websockets to PostgreSQL asynchronous notifications."
17
18
conf <- loadConfig
0 commit comments