Skip to content

Commit efb8172

Browse files
committed
Allow cryptonite-0.29
1 parent 244c0ff commit efb8172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dhall-docs/dhall-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Library
6565
base >= 4.11.0.0 && < 5 ,
6666
bytestring < 0.12,
6767
containers ,
68-
cryptonite < 0.29,
68+
cryptonite < 0.30,
6969
directory >= 1.3.0.0 && < 1.4 ,
7070
dhall >= 1.38.0 && < 1.39,
7171
file-embed >= 0.0.10.0 ,

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Library
533533
else
534534
Hs-Source-Dirs: ghc-src
535535
Build-Depends:
536-
cryptonite >= 0.23 && < 1.0
536+
cryptonite >= 0.23 && < 0.30
537537
if flag(with-http)
538538
Build-Depends:
539539
http-types >= 0.7.0 && < 0.13,

0 commit comments

Comments
 (0)