Skip to content

Commit 148cff4

Browse files
Relax aeson and text bound
Fix #36
1 parent 7bb55b2 commit 148cff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

matrix-client/matrix-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source-repository head
3131
common common-options
3232
build-depends: base >= 4.11.0.0 && < 5
3333
, aeson-casing >= 0.2.0.0 && < 0.3.0.0
34-
, aeson >= 1.0.0.0 && < 2.1
34+
, aeson >= 1.0.0.0 && < 3
3535
ghc-options: -Wall
3636
-Wcompat
3737
-Widentities
@@ -59,7 +59,7 @@ common lib-depends
5959
, network-uri
6060
, profunctors
6161
, retry >= 0.8 && < 0.10
62-
, text >= 0.11.1.0 && < 1.3
62+
, text >= 0.11.1.0 && < 3
6363
, time
6464
, unordered-containers
6565

0 commit comments

Comments
 (0)