From a96f91df0fabf02df996c7169ae696f0f2c7b5a8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Oct 2018 10:21:24 +0200 Subject: [PATCH] ghc-8.6.x: update hslua to latest version to fix the build --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index 2771185de55..21cdb339a82 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -50,6 +50,8 @@ self: super: { free = self.free_5_1; haddock-library = dontCheck super.haddock-library_1_7_0; hpack = self.hpack_0_31_0; + hslua = self.hslua_1_0_1; + hslua-module-text = self.hslua-module-text_0_2_0; hspec = self.hspec_2_5_8; hspec-core = self.hspec-core_2_5_8; hspec-discover = self.hspec-discover_2_5_8;