haskell-configuration-tools: build succeeds with GHC 7.8.x now

Test suite is broken, though.
This commit is contained in:
Peter Simons 2015-02-22 14:33:14 +01:00
parent 3cfa24338d
commit 31073f367e
2 changed files with 4 additions and 4 deletions

View File

@ -563,6 +563,9 @@ self: super: {
# https://github.com/mikeizbicki/hmm/issues/12
hmm = markBroken super.hmm;
# https://github.com/alephcloud/hs-configuration-tools/issues/40
configuration-tools = dontCheck super.configuration-tools;
} // {
# Not on Hackage.

View File

@ -85,12 +85,9 @@ self: super: {
test-sandbox = markBroken super.test-sandbox;
test-sandbox-compose = markBroken super.test-sandbox-compose;
# https://github.com/alephcloud/hs-configuration-tools/issues/38
configuration-tools = markBroken super.configuration-tools;
yet-another-logger = markBroken super.yet-another-logger;
# Needs mtl 2.2.x.
hypher = markBroken super.hypher;
yet-another-logger = markBroken super.yet-another-logger;
}