From 7999418f273a362d278ce0a3f08eaa1d4a534c2d Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 24 Oct 2016 20:09:12 +0100 Subject: [PATCH] Un-skip data-msgpack benchmarks. ... as they are now fixed. https://github.com/TokTok/hs-msgpack/issues/20 - fixed in 0.0.6. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e155064..53d6b7b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3063,7 +3063,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - data-msgpack # https://github.com/TokTok/hs-msgpack/issues/20 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587