18 lines
519 B
Diff
18 lines
519 B
Diff
diff --git a/git-lfs.cabal b/git-lfs.cabal
|
|
index c4a116993af..05aba2c5cf9 100644
|
|
--- a/git-lfs.cabal
|
|
+++ b/git-lfs.cabal
|
|
@@ -23,11 +23,11 @@ Library
|
|
base >= 4.5 && < 5,
|
|
http-client >= 0.5 && < 0.8,
|
|
http-types >= 0.7 && < 0.13,
|
|
- aeson >= 1.3 && < 2.1,
|
|
+ aeson >= 1.3 && <= 2.2,
|
|
network-uri >= 2.6 && < 2.8,
|
|
case-insensitive >= 1.2 && < 1.3,
|
|
containers >= 0.5 && < 0.7,
|
|
- text >= 1.2 && < 1.3,
|
|
+ text >= 1.2 && < 2.1,
|
|
bytestring >= 0.10 && < 0.12
|
|
|
|
source-repository head
|