haskell-mtl-compat: fix build with GHC 7.10.x or later
This commit is contained in:
parent
8cfd8673f5
commit
5268dd470c
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue