summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-03-05 21:15:53 +0100
committerPeter Simons <simons@cryp.to>2021-03-05 21:15:53 +0100
commit7a0c9c110f9ab3c452509b6e79920cab7e9d2968 (patch)
treeca979249c78bffe92b82dea4198ec143d82c7872 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent379605e7b7f7388489c7214cae12fcbc25d57700 (diff)
downloadnixpkgs-7a0c9c110f9ab3c452509b6e79920cab7e9d2968.tar
nixpkgs-7a0c9c110f9ab3c452509b6e79920cab7e9d2968.tar.gz
nixpkgs-7a0c9c110f9ab3c452509b6e79920cab7e9d2968.tar.bz2
nixpkgs-7a0c9c110f9ab3c452509b6e79920cab7e9d2968.tar.lz
nixpkgs-7a0c9c110f9ab3c452509b6e79920cab7e9d2968.tar.xz
nixpkgs-7a0c9c110f9ab3c452509b6e79920cab7e9d2968.tar.zst
nixpkgs-7a0c9c110f9ab3c452509b6e79920cab7e9d2968.zip
haskell-time-compat: the test suite has transient errors on ghc-8.6.5
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix4
1 files changed, 4 insertions, 0 deletions
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;
+
 }