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.
2 parents bdbc409 + 3f711b0 commit af30833Copy full SHA for af30833
postgres-websockets.cabal
@@ -1,5 +1,5 @@
1
name: postgres-websockets
2
-version: 0.5.0.0
+version: 0.5.0.1
3
synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets
4
description: Please see README.md
5
homepage: https://github.com/diogob/postgres-websockets#readme
@@ -64,15 +64,11 @@ executable postgres-websockets
64
, protolude >= 0.2
65
, base64-bytestring
66
, bytestring
67
- , configurator
68
- , optparse-applicative
69
, text
70
, time
71
, wai
72
, wai-extra
73
, wai-app-static
74
- , heredoc
75
- , ansi-wl-pprint
76
, envparse
77
default-language: Haskell2010
78
default-extensions: OverloadedStrings, NoImplicitPrelude, QuasiQuotes
0 commit comments