haskell-utf8-string: fix build with ghc 7.4.x

This commit is contained in:
Peter Simons 2017-12-05 10:18:17 +01:00
parent c722252251
commit 8abcedd90e

View File

@ -111,4 +111,7 @@ self: super: {
network_2_6_3_1 = dontCheck super.network_2_6_3_1;
network = self.network_2_6_3_1;
# Haddock fails with an internal error.
utf8-string = dontHaddock super.utf8-string;
}