haskell-mtl-compat: fix build with GHC 7.10.x or later
This commit is contained in:
parent
8cfd8673f5
commit
5268dd470c
@ -342,4 +342,7 @@ self: super: {
|
|||||||
# https://github.com/lymar/hastache/issues/47
|
# https://github.com/lymar/hastache/issues/47
|
||||||
hastache = dontCheck super.hastache;
|
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
|
in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3
|
||||||
self.webkitgtk3-javascriptcore ];
|
self.webkitgtk3-javascriptcore ];
|
||||||
|
|
||||||
|
# The compat library is empty in the presence of mtl 2.2.x.
|
||||||
|
mtl-compat = dontHaddock super.mtl-compat;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user