haskellPackages.cryptonite: re-enable tests.

This has been fixed since cryptonite-0.7:

https://github.com/haskell-crypto/cryptonite/issues/28

cryptonite is also no longer listed in expected-test-failures in
Stackage.
This commit is contained in:
Drew Hess 2018-10-15 16:31:59 -04:00
parent 4c1b22b1f8
commit c8a59e8453
No known key found for this signature in database
GPG Key ID: DEDAB57E001BD839

@ -676,9 +676,6 @@ self: super: {
# https://github.com/goldfirere/singletons/issues/122
singletons = dontCheck super.singletons;
# https://github.com/fpco/stackage/issues/838
cryptonite = dontCheck super.cryptonite;
# We cannot build this package w/o the C library from <http://www.phash.org/>.
phash = markBroken super.phash;