From 6f84730186490ff3e5290e488d5beaaceccbf2ee Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Dec 2015 16:51:29 +0100 Subject: [PATCH] Disable packages and test suites that started causing problems with GHC 7.10.3 #1045 --- build-constraints.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 898f82c0..be3f381b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1177,7 +1177,8 @@ packages: # https://github.com/athanclark/nested-routes/issues/9 #- nested-routes - commutative - - composition-extra + # https://github.com/fpco/stackage/issues/1045 + # - composition-extra - digestive-functors-lucid - ltext - markup @@ -1185,7 +1186,8 @@ packages: - poly-arity - pred-trie - rose-trees - - sets + # https://github.com/fpco/stackage/issues/1045 + # - sets - tries - urlpath - wai-transformers @@ -1395,7 +1397,8 @@ packages: - generic-deriving - invariant - keycode - - text-show + # https://github.com/fpco/stackage/issues/1045 + # - text-show "Kirill Zaborsky @qrilka": - xlsx @@ -1921,6 +1924,12 @@ skipped-tests: - amazonka-ec2 - amazonka-s3 - amazonka-swf + + # Misc from GHC 7.10.3 upgrade + # https://github.com/fpco/stackage/issues/1045 + - argon + - clock + - pkcs10 # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We