1
1
name : postgres-websockets
2
- version : 0.8.0.0
2
+ version : 0.8.0.1
3
3
synopsis : Middleware to map LISTEN/NOTIFY messages to Websockets
4
4
description : Please see README.md
5
5
homepage : https://github.com/diogob/postgres-websockets#readme
@@ -39,7 +39,7 @@ library
39
39
, unordered-containers >= 0.2
40
40
, postgresql-libpq >= 0.9 && < 1.0
41
41
, aeson >= 1.4.6.0 && < 1.5
42
- , protolude >= 0.2.3
42
+ , protolude >= 0.2.3 && < 0.3
43
43
, hasql >= 1.4.1
44
44
, hasql-notifications >= 0.1.0.0 && < 0.2
45
45
, either >= 5.0.1.1 && < 5.1
@@ -69,7 +69,7 @@ executable postgres-websockets
69
69
ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N
70
70
build-depends : base >= 4.7 && < 5
71
71
, postgres-websockets
72
- , protolude >= 0.2.3
72
+ , protolude >= 0.2.3 && < 0.3
73
73
default-language : Haskell2010
74
74
default-extensions : OverloadedStrings, NoImplicitPrelude, QuasiQuotes
75
75
@@ -82,7 +82,7 @@ test-suite postgres-websockets-test
82
82
, HasqlBroadcastSpec
83
83
, ServerSpec
84
84
build-depends : base
85
- , protolude >= 0.2.3
85
+ , protolude >= 0.2.3 && < 0.3
86
86
, postgres-websockets
87
87
, hspec >= 2.7.1 && < 2.8
88
88
, hspec-wai >= 0.9.2 && < 0.10
0 commit comments