From 20a58990dc751d2d49a713a6f7f67067f4d864b8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 18 Jul 2025 16:26:02 +0800 Subject: [PATCH] move cryptonite/cryptohash disabling to "Removed packages" section --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e8f6eb7..fdabff32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1089,8 +1089,6 @@ packages: - cprng-aes - cpu - cryptocipher - - cryptohash < 0 # DO NOT ENABLE OR REMOVE: https://github.com/commercialhaskell/stackage/issues/7474 - - cryptonite < 0 # DO NOT ENABLE OR REMOVE: https://github.com/commercialhaskell/stackage/issues/7474 - cryptonite-openssl - crypto-pubkey-types - crypto-random-api @@ -5987,6 +5985,8 @@ packages: - box-csv < 0 # 0.2.0 deprecated - cabal-fix < 0 # 0.1.0.0 deprecated - cli < 0 # 0.2.0 removed + - cryptohash < 0 # deprecated: https://github.com/commercialhaskell/stackage/issues/7474 + - cryptonite < 0 # deprecated: https://github.com/commercialhaskell/stackage/issues/7474 - fingertree-psqueue < 0 # 0.3 compile fail - hastache < 0 # 0.6.1 bounds - heart-core < 0 # 0.3.2 compile fail, deprecated