Skip to content

Commit af30833

Browse files
authored
Merge pull request #40 from diogob/remove-unused-libraries
Remove dependencies that are no longer used and bump minor version
2 parents bdbc409 + 3f711b0 commit af30833

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

postgres-websockets.cabal

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgres-websockets
2-
version: 0.5.0.0
2+
version: 0.5.0.1
33
synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets
44
description: Please see README.md
55
homepage: https://github.com/diogob/postgres-websockets#readme
@@ -64,15 +64,11 @@ executable postgres-websockets
6464
, protolude >= 0.2
6565
, base64-bytestring
6666
, bytestring
67-
, configurator
68-
, optparse-applicative
6967
, text
7068
, time
7169
, wai
7270
, wai-extra
7371
, wai-app-static
74-
, heredoc
75-
, ansi-wl-pprint
7672
, envparse
7773
default-language: Haskell2010
7874
default-extensions: OverloadedStrings, NoImplicitPrelude, QuasiQuotes

0 commit comments

Comments
 (0)