haskell-hslua-module-text: add override to fix build with GHC 8.4.1

Cc: @deepfire
This commit is contained in:
Peter Simons 2018-03-09 20:02:56 +01:00
parent 99fba9e335
commit 7e040c8775

View file

@ -771,4 +771,7 @@ self: super: {
haddock-library = self.haddock-library_1_5_0_1;
haddock-library_1_5_0_1 = dontHaddock (dontCheck super.haddock-library_1_5_0_1);
# https://github.com/hslua/hslua-module-text/issues/1
hslua-module-text = doJailbreak super.hslua-module-text;
}