diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 74d1121e701..a190d8e7413 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -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; + }