@@ -27,8 +27,8 @@ library
27
27
, PostgresWebsockets.Middleware
28
28
, PostgresWebsockets.Context
29
29
build-depends : base >= 4.7 && < 5
30
- , hasql-pool >= 0.8 && < 0.9
31
- , text >= 1.2 && < 1.3
30
+ , hasql-pool >= 0.8 && < 0.10
31
+ , text >= 1.2 && < 2.1
32
32
, wai >= 3.2 && < 4
33
33
, websockets >= 0.9 && < 0.13
34
34
, wai-websockets >= 3.0 && < 4
@@ -38,15 +38,15 @@ library
38
38
, lens >= 4.17.1
39
39
, jose >= 0.6
40
40
, unordered-containers >= 0.2
41
- , aeson >= 2.0 && < 2.1
41
+ , aeson >= 2.0 && < 2.2
42
42
, protolude >= 0.2.3 && < 0.4
43
43
, hasql >= 1.4.1
44
44
, hasql-notifications >= 0.1.0.0 && < 0.3
45
45
, either >= 5.0.1.1 && < 5.1
46
- , stm-containers >= 1.1.0.2 && < 1.2
46
+ , stm-containers >= 1.1.0.2 && < 1.3
47
47
, stm >= 2.5.0.0 && < 2.6
48
- , retry >= 0.8.1.0 && < 0.9
49
- , time >= 1.8.0.2 && < 1.12
48
+ , retry >= 0.8.1.0 && < 0.10
49
+ , time >= 1.8.0.2 && < 1.13
50
50
, alarmclock >= 0.7.0.2 && < 0.8
51
51
, envparse >= 0.4.1
52
52
, base64-bytestring >= 1.0.0.3 && < 1.3
@@ -82,19 +82,19 @@ test-suite postgres-websockets-test
82
82
build-depends : base
83
83
, protolude >= 0.2.3 && < 0.4
84
84
, postgres-websockets
85
- , hspec >= 2.7.1 && < 2.10
86
- , aeson >= 2.0 && < 2.1
85
+ , hspec >= 2.7.1 && < 2.11
86
+ , aeson >= 2.0 && < 2.2
87
87
, hasql >= 0.19
88
- , hasql-pool >= 0.8 && < 0.9
88
+ , hasql-pool >= 0.8 && < 0.10
89
89
, hasql-notifications >= 0.1.0.0 && < 0.3
90
90
, http-types >= 0.9
91
- , time >= 1.8.0.2 && < 1.12
91
+ , time >= 1.8.0.2 && < 1.13
92
92
, unordered-containers >= 0.2
93
93
, wai-extra >= 3.0.29 && < 3.2
94
94
, stm >= 2.5.0.0 && < 2.6
95
95
, websockets >= 0.12.7.0 && < 0.13
96
96
, network >= 2.8.0.1 && < 3.2
97
- , lens >= 4.17.1 && < 5.2
97
+ , lens >= 4.17.1 && < 5.3
98
98
, lens-aeson
99
99
ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N
100
100
default-language : Haskell2010
0 commit comments