haskell-utf8-string: fix build with ghc 7.4.x
This commit is contained in:
parent
c722252251
commit
8abcedd90e
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user