From 5f337a111c07e011045362bf878e678201185296 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 19:37:17 +0100 Subject: [PATCH] Hide protolude and cryptohash due to doctest issues --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f053f03..79e6e938 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,3 +3318,5 @@ tell-me-when-its-released: hide: - async-dejafu # https://github.com/yesodweb/wai/issues/579 - monads-tf # mtl is preferred +- protolude # `module Panic` conflicts with base +- cryptohash # Superceeded by cryptonite