From 7c6940b8238d0a5e330eb89c13b898a7fd76966a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 20 Dec 2015 11:30:34 +0100 Subject: [PATCH] haskell-time: remove obsolete overrides --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 065fd9b34d8..c2ed3647113 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -138,9 +138,6 @@ self: super: { # Foreign dependency name clashes with another Haskell package. libarchive-conduit = super.libarchive-conduit.override { archive = pkgs.libarchive; }; - # https://github.com/haskell/time/issues/23 - time_1_5_0_1 = dontCheck super.time_1_5_0_1; - # Switch levmar build to openblas. bindings-levmar = overrideCabal super.bindings-levmar (drv: { preConfigure = ''