From 9df6b583363a169606a62520b55859f1c577f07f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 30 Apr 2015 13:38:56 +0300 Subject: [PATCH] More GHC 7.10 issues --- build-constraints.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c1a1c20..81b58a17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -580,7 +580,8 @@ packages: - ghc-syb-utils "Boris Buliga ": - - ghc-mod + # https://github.com/kazu-yamamoto/ghc-mod/issues/437 GHC 7.10 + # - ghc-mod - io-choice - system-canonicalpath @@ -727,7 +728,8 @@ packages: "Alexandr Ruchkin voidex@live.com @mvoidex": - hdocs - - hsdev + # https://github.com/kazu-yamamoto/ghc-mod/issues/437 GHC 7.10 + # - hsdev "Aleksey Kliger aleksey@lambdageek.org @lambdageek": - unbound-generics @@ -1285,9 +1287,15 @@ expected-test-failures: # https://github.com/kazu-yamamoto/http-date/issues/6 GHC 7.10 - http-date - # https://github.com/haskell-suite/haskell-names/issues/63 + # https://github.com/haskell-suite/haskell-names/issues/63 GHC 7.10 - haskell-names + # https://github.com/bos/text/issues/118 GHC 7.10 + - text + + # https://github.com/ekmett/machines/issues/42 GHC 7.10 + - machines + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4