haskell-mtl-compat: fix build with ghc 7.6.x.
This commit is contained in:
parent
f518b88371
commit
c460fa95fb
@ -70,4 +70,7 @@ self: super: {
|
|||||||
contravariant = addBuildDepend super.contravariant self.tagged;
|
contravariant = addBuildDepend super.contravariant self.tagged;
|
||||||
reflection = dontHaddock (addBuildDepend super.reflection self.tagged);
|
reflection = dontHaddock (addBuildDepend super.reflection self.tagged);
|
||||||
|
|
||||||
|
# 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