summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorNathan van Doorn <nvd1234@gmail.com>2020-12-02 11:19:44 +0000
committerPeter Simons <simons@cryp.to>2020-12-04 21:19:53 +0100
commit0e31884bef9f07fd7b15c85f43d4b14b790e7528 (patch)
treef27a8e8d92fa257281a11165b3ce94c04f32220c /pkgs/development/haskell-modules/configuration-common.nix
parent5d2288ea46855fd419032c788cac980160896a2f (diff)
downloadnixpkgs-0e31884bef9f07fd7b15c85f43d4b14b790e7528.tar
nixpkgs-0e31884bef9f07fd7b15c85f43d4b14b790e7528.tar.gz
nixpkgs-0e31884bef9f07fd7b15c85f43d4b14b790e7528.tar.bz2
nixpkgs-0e31884bef9f07fd7b15c85f43d4b14b790e7528.tar.lz
nixpkgs-0e31884bef9f07fd7b15c85f43d4b14b790e7528.tar.xz
nixpkgs-0e31884bef9f07fd7b15c85f43d4b14b790e7528.tar.zst
nixpkgs-0e31884bef9f07fd7b15c85f43d4b14b790e7528.zip
haskellPackages.integer-root: don't check
The test-suite depends on smallcheck 1.1 but we package 1.2

This is fixed in the upstream repository but the fix hasn't been released yet
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 fd460db7533..a3387a2ae38 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -327,6 +327,7 @@ self: super: {
   http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105
   ihaskell = dontCheck super.ihaskell;
   influxdb = dontCheck super.influxdb;
+  integer-roots = dontCheck super.integer-roots; # requires an old version of smallcheck, will be fixed in > 1.0
   itanium-abi = dontCheck super.itanium-abi;
   katt = dontCheck super.katt;
   language-nix = if (pkgs.stdenv.hostPlatform.isAarch64 || pkgs.stdenv.hostPlatform.isi686) then dontCheck super.language-nix else super.language-nix; # aarch64: https://ghc.haskell.org/trac/ghc/ticket/15275