haskell-mtl-compat: fix build with GHC 7.10.x or later

This commit is contained in:
Peter Simons 2015-04-19 19:48:11 +02:00
parent 8cfd8673f5
commit 5268dd470c
2 changed files with 6 additions and 0 deletions

View File

@ -342,4 +342,7 @@ self: super: {
# https://github.com/lymar/hastache/issues/47
hastache = dontCheck super.hastache;
# The compat library is empty in the presence of mtl 2.2.x.
mtl-compat = dontHaddock super.mtl-compat;
}

View File

@ -78,4 +78,7 @@ self: super: {
in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3
self.webkitgtk3-javascriptcore ];
# The compat library is empty in the presence of mtl 2.2.x.
mtl-compat = dontHaddock super.mtl-compat;
}