From 535bd6244b83d162dc34dfad034a562e1f4fd3c5 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 21 Jun 2020 13:11:04 -0700 Subject: [PATCH] Add upper bound for cryptonite, #5466 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72501b41..71d4ec58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4847,6 +4847,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5465 - repline < 0.4 + # https://github.com/commercialhaskell/stackage/issues/5466 + - cryptonite < 0.27 + # end of packages