From 60744d784a11dcfce8cb449280f246240bb5ccb5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Oct 2018 11:31:53 +0200 Subject: [PATCH] haskell-wizards: jailbreak to fix build with ghc-8.6.1 --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 1 + 1 file changed, 1 insertion(+) 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 9181dc6f0c61..f815f44979d6 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -69,6 +69,7 @@ self: super: { QuickCheck = self.QuickCheck_2_12_6_1; semigroupoids = self.semigroupoids_5_3_1; tagged = self.tagged_0_8_6; + wizards = doJailbreak super.wizards; yaml = self.yaml_0_11_0_0; # https://github.com/tibbe/unordered-containers/issues/214