Skip to content

Commit d27a329

Browse files
Relax dependencies
1 parent 344c537 commit d27a329

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

postgres-websockets.cabal

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ library
3737
build-depends: base >= 4.7 && < 5
3838
, aeson >= 2.0 && < 2.3
3939
, alarmclock >= 0.7.0.2 && < 0.8
40-
, auto-update >= 0.1.6 && < 0.2
40+
, auto-update >= 0.1.6 && < 0.3
4141
, base64-bytestring >= 1.0.0.3 && < 1.3
42-
, bytestring >= 0.11.5 && < 0.12
42+
, bytestring >= 0.11.5 && < 0.13
4343
, either >= 5.0.1.1 && < 5.1
44-
, envparse >= 0.5.0 && < 0.6
45-
, hasql ^>= 1.7
44+
, envparse >= 0.5.0 && < 0.7
45+
, hasql >= 1.7 && < 1.9
4646
, hasql-notifications >= 0.2.3.0 && < 0.3
4747
, hasql-pool ^>= 1.2
4848
, http-types >= 0.12.3 && < 0.13
4949
, jose >= 0.11 && < 0.12
50-
, lens >= 5.2.3 && < 5.3
51-
, postgresql-libpq >= 0.10.0 && < 0.11
50+
, lens >= 5.2.3 && < 5.4
51+
, postgresql-libpq >= 0.10.0 && < 0.12
5252
, protolude >= 0.2.3 && < 0.4
5353
, retry >= 0.8.1.0 && < 0.10
5454
, stm >= 2.5.0.0 && < 2.6
@@ -62,7 +62,7 @@ library
6262
, wai-websockets >= 3.0 && < 4
6363
, warp >= 3.2 && < 4
6464
, warp-tls >= 3.2 && < 4
65-
, websockets >= 0.9 && < 0.13
65+
, websockets >= 0.9 && < 0.14
6666

6767
default-language: Haskell2010
6868

@@ -93,17 +93,17 @@ test-suite postgres-websockets-test
9393
, postgres-websockets
9494
, hspec >= 2.7.1 && < 2.12
9595
, aeson >= 2.0 && < 2.3
96-
, hasql ^>= 1.7
96+
, hasql >= 1.7 && < 1.9
9797
, hasql-pool ^>= 1.2
9898
, hasql-notifications >= 0.2.3.0 && < 0.3
9999
, http-types >= 0.9
100100
, time >= 1.8.0.2 && < 1.13
101101
, unordered-containers >= 0.2
102102
, wai-extra >= 3.0.29 && < 3.2
103103
, stm >= 2.5.0.0 && < 2.6
104-
, websockets >= 0.12.7.0 && < 0.13
105-
, network >= 2.8.0.1 && < 3.2
106-
, lens >= 4.17.1 && < 5.3
104+
, websockets >= 0.12.7.0 && < 0.14
105+
, network >= 2.8.0.1 && < 3.3
106+
, lens >= 4.17.1 && < 5.4
107107
, lens-aeson >= 1.0.0 && < 1.3
108108
ghc-options: -threaded -rtsopts -with-rtsopts=-N
109109
default-language: Haskell2010

0 commit comments

Comments
 (0)