From 64abcd2cac31ade26079874117f89f1c0a432642 Mon Sep 17 00:00:00 2001 From: solomon Date: Tue, 16 Jan 2024 21:45:50 -0800 Subject: [PATCH] Adds missing cabal version bounds. --- matrix-client/matrix-client.cabal | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/matrix-client/matrix-client.cabal b/matrix-client/matrix-client.cabal index 3569913..25181fb 100644 --- a/matrix-client/matrix-client.cabal +++ b/matrix-client/matrix-client.cabal @@ -48,20 +48,20 @@ common common-options common lib-depends build-depends: SHA ^>= 1.6 - , base64 - , bytestring - , containers - , exceptions - , hashable + , base64 >= 0.4.2 && < 0.5 + , bytestring >= 0.11.3 && < 0.12 + , containers >= 0.6.5 && < 0.7 + , exceptions >= 0.10.4 && < 0.11 + , hashable >= 1.4.0 && < 1.5 , http-client >= 0.5.0 && < 0.8 , http-client-tls >= 0.2.0 && < 0.4 , http-types >= 0.10.0 && < 0.13 - , network-uri - , profunctors + , network-uri >= 2.6.4 && < 2.7 + , profunctors >= 5.6.2 && < 5.7 , retry >= 0.8 && < 0.10 , text >= 0.11.1.0 && < 3 - , time - , unordered-containers + , time >= 1.11.1 && < 1.12 + , unordered-containers >= 0.2.17 && < 0.3 library import: common-options, lib-depends