File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ library
38
38
, hasql >= 1.4.1
39
39
, hasql-notifications >= 0.1.0.0 && < 0.2
40
40
, either >= 5.0.1.1 && < 5.1
41
- , stm-containers
41
+ , stm-containers >= 1.1.0.2 && < 1.2
42
42
, stm >= 2.5.0.0 && < 2.6
43
43
, retry >= 0.8.1.0 && < 0.9
44
44
, stringsearch >= 0.3.6.6 && < 0.4
@@ -59,14 +59,14 @@ executable postgres-websockets
59
59
, hasql-pool >= 0.4
60
60
, warp >= 3.2 && < 4
61
61
, postgres-websockets
62
- , protolude >= 0.2
63
- , base64-bytestring
64
- , bytestring
65
- , text
62
+ , protolude >= 0.2.3
63
+ , base64-bytestring >= 1.0.0.3 && < 1.1
64
+ , bytestring >= 0.10
65
+ , text >= 1.2 && < 1.3
66
66
, time >= 1.8.0.2 && < 1.9
67
67
, wai >= 3.2 && < 4
68
- , wai-extra
69
- , wai-app-static
68
+ , wai-extra >= 3.0.29 && < 3.1
69
+ , wai-app-static >= 3.1.7.1 && < 3.2
70
70
, http-types
71
71
, envparse >= 0.4.1
72
72
default-language : Haskell2010
@@ -80,7 +80,7 @@ test-suite postgres-websockets-test
80
80
, ClaimsSpec
81
81
, HasqlBroadcastSpec
82
82
build-depends : base
83
- , protolude >= 0.2
83
+ , protolude >= 0.2.3
84
84
, postgres-websockets
85
85
, containers
86
86
, hspec
You can’t perform that action at this time.
0 commit comments