From 7a0c9c110f9ab3c452509b6e79920cab7e9d2968 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 5 Mar 2021 21:15:53 +0100 Subject: [PATCH] haskell-time-compat: the test suite has transient errors on ghc-8.6.5 --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 4 ++++ 1 file changed, 4 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 b695c448be4..bcce0bb897c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -102,4 +102,8 @@ self: super: { vector = dontCheck super.vector; mmorph = super.mmorph_1_1_3; + + # https://github.com/haskellari/time-compat/issues/23 + time-compat = dontCheck super.time-compat; + }