summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPoscat <poscat@mail.poscat.moe>2020-03-10 09:55:21 +0800
committerPeter Simons <simons@cryp.to>2020-03-13 20:24:52 +0100
commitd0eb52f5cd5cfc069d5badea95171a64db08cd16 (patch)
treef6d46fb285ba786e91b7a852848509693e45c196 /pkgs/development/haskell-modules/configuration-common.nix
parent7335de2dab15fe895d3f66c3fd50bfcbe9ee0c8f (diff)
downloadnixpkgs-d0eb52f5cd5cfc069d5badea95171a64db08cd16.tar
nixpkgs-d0eb52f5cd5cfc069d5badea95171a64db08cd16.tar.gz
nixpkgs-d0eb52f5cd5cfc069d5badea95171a64db08cd16.tar.bz2
nixpkgs-d0eb52f5cd5cfc069d5badea95171a64db08cd16.tar.lz
nixpkgs-d0eb52f5cd5cfc069d5badea95171a64db08cd16.tar.xz
nixpkgs-d0eb52f5cd5cfc069d5badea95171a64db08cd16.tar.zst
nixpkgs-d0eb52f5cd5cfc069d5badea95171a64db08cd16.zip
ats-pkg: Unbreak by disabling tests
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f113f520445..0077d0e56d8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1220,7 +1220,7 @@ self: super: {
   temporary-resourcet = doJailbreak super.temporary-resourcet;
 
   # Requires dhall >= 1.23.0
-  ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_29_0; };
+  ats-pkg = dontCheck (super.ats-pkg.override { dhall = self.dhall_1_29_0; });
 
   # Test suite doesn't work with current QuickCheck
   # https://github.com/pruvisto/heap/issues/11