File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Library
65
65
base >= 4.11.0.0 && < 5 ,
66
66
bytestring < 0.12 ,
67
67
containers ,
68
- cryptonite < 0.29 ,
68
+ cryptonite < 0.30 ,
69
69
directory >= 1.3.0.0 && < 1.4 ,
70
70
dhall >= 1.38.0 && < 1.39 ,
71
71
file-embed >= 0.0.10.0 ,
@@ -137,6 +137,12 @@ Test-Suite tasty
137
137
dhall ,
138
138
dhall-docs ,
139
139
foldl < 1.5 ,
140
+
141
+ -- hashable isn't used directly, but lucid's rendering output depends
142
+ -- on the Hashable Text instance defined in hashable.
143
+ -- See https://github.com/chrisdone/lucid/issues/107.
144
+ hashable < 1.3.1 ,
145
+
140
146
path ,
141
147
path-io ,
142
148
pretty >= 1.1.1.1 ,
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ Library
510
510
repline >= 0.4.0.0 && < 0.5 ,
511
511
serialise >= 0.2.0.0 && < 0.3 ,
512
512
scientific >= 0.3.0.0 && < 0.4 ,
513
- template-haskell >= 2.13.0.0 && < 2.17 ,
513
+ template-haskell >= 2.13.0.0 && < 2.18 ,
514
514
text >= 0.11.1.0 && < 1.3 ,
515
515
text-manipulate >= 0.2.0.1 && < 0.4 ,
516
516
th-lift-instances >= 0.1.13 && < 0.2 ,
@@ -533,7 +533,7 @@ Library
533
533
else
534
534
Hs-Source-Dirs : ghc-src
535
535
Build-Depends :
536
- cryptonite >= 0.23 && < 1.0
536
+ cryptonite >= 0.23 && < 0.30
537
537
if flag(with-http)
538
538
Build-Depends :
539
539
http-types >= 0.7.0 && < 0.13 ,
You can’t perform that action at this time.
0 commit comments