about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-12-20 11:30:34 +0100
committerPeter Simons <simons@cryp.to>2015-12-22 13:17:20 +0100
commit7c6940b8238d0a5e330eb89c13b898a7fd76966a (patch)
tree675bb67ed3049c5e8d2869932e5dac55277e9521 /pkgs/development/haskell-modules/configuration-common.nix
parentf1b0383c921140fb64589ee4adb38c10424ee295 (diff)
downloadnixlib-7c6940b8238d0a5e330eb89c13b898a7fd76966a.tar
nixlib-7c6940b8238d0a5e330eb89c13b898a7fd76966a.tar.gz
nixlib-7c6940b8238d0a5e330eb89c13b898a7fd76966a.tar.bz2
nixlib-7c6940b8238d0a5e330eb89c13b898a7fd76966a.tar.lz
nixlib-7c6940b8238d0a5e330eb89c13b898a7fd76966a.tar.xz
nixlib-7c6940b8238d0a5e330eb89c13b898a7fd76966a.tar.zst
nixlib-7c6940b8238d0a5e330eb89c13b898a7fd76966a.zip
haskell-time: remove obsolete overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 065fd9b34d8e..c2ed36471136 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 = ''