From 4f4250153546c0bffa2c004dc233b853aa4fff69 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 12 Feb 2016 10:36:16 +0100 Subject: [PATCH] Skip aeson test suite until we upgrade to aeson-0.11.0.0 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 628b2396..b9b3ccf2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2084,6 +2084,10 @@ skipped-tests: # https://github.com/Soostone/retry/issues/30 - retry + # QuickCheck 2.8.2 + # Fixed in aeson 0.11.0.0 + - aeson + # doctest < 0.10 # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 - bound