Skip to content

Commit 64abcd2

Browse files
solomon-bTristanCacqueray
authored andcommitted
Adds missing cabal version bounds.
1 parent 148cff4 commit 64abcd2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

matrix-client/matrix-client.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ common common-options
4848

4949
common lib-depends
5050
build-depends: SHA ^>= 1.6
51-
, base64
52-
, bytestring
53-
, containers
54-
, exceptions
55-
, hashable
51+
, base64 >= 0.4.2 && < 0.5
52+
, bytestring >= 0.11.3 && < 0.12
53+
, containers >= 0.6.5 && < 0.7
54+
, exceptions >= 0.10.4 && < 0.11
55+
, hashable >= 1.4.0 && < 1.5
5656
, http-client >= 0.5.0 && < 0.8
5757
, http-client-tls >= 0.2.0 && < 0.4
5858
, http-types >= 0.10.0 && < 0.13
59-
, network-uri
60-
, profunctors
59+
, network-uri >= 2.6.4 && < 2.7
60+
, profunctors >= 5.6.2 && < 5.7
6161
, retry >= 0.8 && < 0.10
6262
, text >= 0.11.1.0 && < 3
63-
, time
64-
, unordered-containers
63+
, time >= 1.11.1 && < 1.12
64+
, unordered-containers >= 0.2.17 && < 0.3
6565

6666
library
6767
import: common-options, lib-depends

0 commit comments

Comments
 (0)