haskell-hypher does not compile with GHC 7.8.x due to mtl 2.2.x requirement.
This commit is contained in:
parent
ce7b7c51e3
commit
92934f386e
@ -89,6 +89,9 @@ self: super: {
|
|||||||
configuration-tools = markBroken super.configuration-tools;
|
configuration-tools = markBroken super.configuration-tools;
|
||||||
yet-another-logger = markBroken super.yet-another-logger;
|
yet-another-logger = markBroken super.yet-another-logger;
|
||||||
|
|
||||||
|
# Needs mtl 2.2.x.
|
||||||
|
hypher = markBroken super.hypher;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// # packages relating to amazonka
|
// # packages relating to amazonka
|
||||||
|
Loading…
Reference in New Issue
Block a user