haskell-hypher does not compile with GHC 7.8.x due to mtl 2.2.x requirement.

This commit is contained in:
Peter Simons 2015-02-16 10:42:11 +01:00
parent ce7b7c51e3
commit 92934f386e

View File

@ -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