Skip to content

Commit d24017a

Browse files
authored
Allow cryptonite 0.28 (#2140)
https://hackage.haskell.org/package/cryptonite-0.28/changelog Tested locally by adding `cryptonite-0.28` to the `extra-deps` in the `stack.yaml`.
1 parent 77c9bbc commit d24017a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall-docs/dhall-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Library
6363
base >= 4.11.0.0 && < 5 ,
6464
bytestring < 0.11,
6565
containers ,
66-
cryptonite < 0.28,
66+
cryptonite < 0.29,
6767
directory >= 1.3.0.0 && < 1.4 ,
6868
dhall >= 1.35.0 && < 1.38,
6969
file-embed >= 0.0.10.0 ,

0 commit comments

Comments
 (0)