From 94a5131cfdda2ad1509e2a61309cbe05faad0bff Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 17:53:40 +0000 Subject: [PATCH] Skip `jvm` benchmarks due to `criterion` dependency. Closes https://github.com/fpco/stackage/issues/2319. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f42bc8..80b25340 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3521,6 +3521,7 @@ skipped-benchmarks: - yesod-core - yi-rope - zippers + - jvm # end of skipped-benchmarks