From bac5c39c048500d4ac8e1c7d531b54480a57be32 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 23:29:43 -0800 Subject: [PATCH] Hide some packages that conflict with cryptonite --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd661b6d..a2d5c04d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,3 +3305,7 @@ hide: - monads-tf # mtl is preferred - protolude # `module Panic` conflicts with base - cryptohash # Superceeded by cryptonite +- crypto-random # Superceeded by cryptonite +- crypto-pubkey # Superceded by cryptonite +- crypto-numbers # Superceded by cryptonite +- crypto-api # `module Crypto.Random` conflicts with cryptonite