Skip to content

Commit 3fa52d4

Browse files
committed
Add more version bounds to make cabal build more predictable
1 parent c156303 commit 3fa52d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

postgres-websockets.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ library
3838
, hasql >= 1.4.1
3939
, hasql-notifications >= 0.1.0.0 && < 0.2
4040
, either >= 5.0.1.1 && < 5.1
41-
, stm-containers
41+
, stm-containers >= 1.1.0.2 && < 1.2
4242
, stm >= 2.5.0.0 && < 2.6
4343
, retry >= 0.8.1.0 && < 0.9
4444
, stringsearch >= 0.3.6.6 && < 0.4
@@ -59,14 +59,14 @@ executable postgres-websockets
5959
, hasql-pool >= 0.4
6060
, warp >= 3.2 && < 4
6161
, 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
6666
, time >= 1.8.0.2 && < 1.9
6767
, 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
7070
, http-types
7171
, envparse >= 0.4.1
7272
default-language: Haskell2010
@@ -80,7 +80,7 @@ test-suite postgres-websockets-test
8080
, ClaimsSpec
8181
, HasqlBroadcastSpec
8282
build-depends: base
83-
, protolude >= 0.2
83+
, protolude >= 0.2.3
8484
, postgres-websockets
8585
, containers
8686
, hspec

0 commit comments

Comments
 (0)