We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244c0ff commit efb8172Copy full SHA for efb8172
dhall-docs/dhall-docs.cabal
@@ -65,7 +65,7 @@ Library
65
base >= 4.11.0.0 && < 5 ,
66
bytestring < 0.12,
67
containers ,
68
- cryptonite < 0.29,
+ cryptonite < 0.30,
69
directory >= 1.3.0.0 && < 1.4 ,
70
dhall >= 1.38.0 && < 1.39,
71
file-embed >= 0.0.10.0 ,
dhall/dhall.cabal
@@ -533,7 +533,7 @@ Library
533
else
534
Hs-Source-Dirs: ghc-src
535
Build-Depends:
536
- cryptonite >= 0.23 && < 1.0
+ cryptonite >= 0.23 && < 0.30
537
if flag(with-http)
538
539
http-types >= 0.7.0 && < 0.13,
0 commit comments