From 7e040c87759f9caefb340d62c62743e17f74c8b5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Mar 2018 20:02:56 +0100 Subject: [PATCH] haskell-hslua-module-text: add override to fix build with GHC 8.4.1 Cc: @deepfire --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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; + }