Hide protolude and cryptohash due to doctest issues

This commit is contained in:
Adam Bergmark 2016-12-19 19:37:17 +01:00
parent dfe373c308
commit 5f337a111c

View File

@ -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