From aa4e524d5a4948ad94efd140f63c2c1c8509ad64 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 16 Aug 2020 18:33:20 -0700 Subject: [PATCH] Disable crypto-enigma due to base version restriction, #5603 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4161d22..57147aae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4951,7 +4951,7 @@ packages: - hslua-module-text < 0.3 # https://github.com/commercialhaskell/stackage/issues/5603 - - base < 4.14.1 + - crypto-enigma < 0 # base 4.14.1.0 # end of packages