haskell-fail: fix build with ghc-8.0.x

This commit is contained in:
Peter Simons 2016-04-06 12:21:38 +02:00
parent 3110ba445f
commit 7f976c7729

View file

@ -52,4 +52,7 @@ self: super: {
# https://github.com/sol/doctest/issues/125
doctest = self.doctest_0_11_0;
# No modules defined for this compiler.
fail = dontHaddock super.fail;
}