summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-10-04 15:59:23 +0200
committerPeter Simons <simons@cryp.to>2015-10-04 21:23:12 +0200
commit382a5b73285812646a6dc07adcd226a21e9fecc9 (patch)
tree219939a52d308ac8ba5f6ce09c79eb9ee619d43a /pkgs/development/haskell-modules
parent083b392fd0f893208daefcaeb89ff231b2506f43 (diff)
downloadnixpkgs-382a5b73285812646a6dc07adcd226a21e9fecc9.tar
nixpkgs-382a5b73285812646a6dc07adcd226a21e9fecc9.tar.gz
nixpkgs-382a5b73285812646a6dc07adcd226a21e9fecc9.tar.bz2
nixpkgs-382a5b73285812646a6dc07adcd226a21e9fecc9.tar.lz
nixpkgs-382a5b73285812646a6dc07adcd226a21e9fecc9.tar.xz
nixpkgs-382a5b73285812646a6dc07adcd226a21e9fecc9.tar.zst
nixpkgs-382a5b73285812646a6dc07adcd226a21e9fecc9.zip
haskell-clock: disable tests to break infinite recursion
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c3b923eec5a..f95b0d338bd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -18,6 +18,7 @@ self: super: {
   ghc-paths = appendPatch super.ghc-paths ./patches/ghc-paths-nix.patch;
 
   # Break infinite recursions.
+  clock = dontCheck super.clock;
   Dust-crypto = dontCheck super.Dust-crypto;
   hasql-postgres = dontCheck super.hasql-postgres;
   hspec_2_1_10 = super.hspec_2_1_10.override { stringbuilder = dontCheck super.stringbuilder; };