From 2c5e1c003a02e775ad3aeedb11b31b7246b5cbd7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Sep 2018 17:08:18 +0200 Subject: [PATCH] haskell-hslogger: use latest version when building with ghc-8.6.x --- 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 0f40265de36..27a82a20fb9 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: { doctest = self.doctest_0_16_0_1; doctest_0_16_0_1 = dontCheck super.doctest_0_16_0_1; Glob = self.Glob_0_9_3; + haddock-library = markBroken super.haddock-library; + hslogger = self.hslogger_1_2_12; hspec = self.hspec_2_5_7; hspec-core = self.hspec-core_2_5_7; hspec-core_2_5_7 = super.hspec-core_2_5_7.overrideScope (self: super: { QuickCheck = self.QuickCheck_2_12_4; });