From 4a67f82057c299a3911a44af4b1d8c31a25be336 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 10:13:37 -0700 Subject: [PATCH] Skip benchmarks for incremental-parser per blamario/incremental-parser#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5546023e..980507b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,6 +2979,7 @@ 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 + - incremental-parser # https://github.com/blamario/incremental-parser/issues/1 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587