From 48eeb0105871e95fd0b21f7c8299e65fe67cf078 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 20:48:46 -0700 Subject: [PATCH] Move hw-bits to benchmark skip (https://github.com/haskell-works/hw-bits/issues/8) and disable building hw-rankselect (https://github.com/haskell-works/hw-rankselect/issues/14) --- build-constraints.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7260f5f2..0badc6ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2699,8 +2699,8 @@ packages: # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - - hw-rankselect - # hw-succinct + # hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 + # hw-succinct # from hw-rankselect # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3885,12 +3885,6 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly - # https://github.com/haskell-works/hw-bits/issues/8 - - hw-bits - - # https://github.com/haskell-works/hw-rankselect/issues/14 - - hw-rankselect - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -4036,6 +4030,9 @@ skipped-benchmarks: - ed25519 - unordered-containers + # https://github.com/haskell-works/hw-bits/issues/8 + - hw-bits + # end of skipped-benchmarks