mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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
|
||||
hmm = markBroken super.hmm;
|
||||
|
||||
# https://github.com/alephcloud/hs-configuration-tools/issues/40
|
||||
configuration-tools = dontCheck super.configuration-tools;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user