From 7d3aaa3546e1c654419162c66546ff181e102dc0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 30 Apr 2015 11:28:57 +0300 Subject: [PATCH] More GHC 7.10 stuff (this will continue for a while) --- build-constraints.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e55732ce..7818f83b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -63,7 +63,9 @@ packages: # https://github.com/fpco/stackage/issues/541 # - Chart-diagrams - - compdata + + # https://github.com/pa-ba/compdata/issues/7 GHC 7.10 + # - compdata - configurator - convertible - csv-conduit @@ -462,9 +464,8 @@ packages: - action-permutations - amqp - curl - # GHC 7.10 https://github.com/haskell-suite/haskell-packages/issues/22 - #- haskell-names - #- haskell-packages + - haskell-names + - haskell-packages - heredoc - hse-cpp - immortal @@ -1278,6 +1279,12 @@ expected-test-failures: # https://github.com/hspec/nanospec/issues/2 GHC 7.10 - nanospec + # https://github.com/mvoidex/hdocs/issues/5 GHC 7.10 + - hdocs + + # https://github.com/kazu-yamamoto/http-date/issues/6 GHC 7.10 + - http-date + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4