haskell-mtl-compat: fix build with ghc 7.6.x.

This commit is contained in:
Peter Simons 2015-03-30 04:03:55 +02:00
parent f518b88371
commit c460fa95fb

@ -70,4 +70,7 @@ self: super: {
contravariant = addBuildDepend super.contravariant 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;
}