haskell-configuration-tools: build succeeds with GHC 7.8.x now
Test suite is broken, though.
This commit is contained in:
parent
3cfa24338d
commit
31073f367e
@ -563,6 +563,9 @@ self: super: {
|
|||||||
# https://github.com/mikeizbicki/hmm/issues/12
|
# https://github.com/mikeizbicki/hmm/issues/12
|
||||||
hmm = markBroken super.hmm;
|
hmm = markBroken super.hmm;
|
||||||
|
|
||||||
|
# https://github.com/alephcloud/hs-configuration-tools/issues/40
|
||||||
|
configuration-tools = dontCheck super.configuration-tools;
|
||||||
|
|
||||||
} // {
|
} // {
|
||||||
|
|
||||||
# Not on Hackage.
|
# Not on Hackage.
|
||||||
|
@ -85,12 +85,9 @@ self: super: {
|
|||||||
test-sandbox = markBroken super.test-sandbox;
|
test-sandbox = markBroken super.test-sandbox;
|
||||||
test-sandbox-compose = markBroken super.test-sandbox-compose;
|
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.
|
# Needs mtl 2.2.x.
|
||||||
hypher = markBroken super.hypher;
|
hypher = markBroken super.hypher;
|
||||||
|
yet-another-logger = markBroken super.yet-another-logger;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user