From 37491e71bad13d318bdd536f359e1d40de302e48 Mon Sep 17 00:00:00 2001 From: t4ccer Date: Fri, 16 Feb 2024 23:57:46 -0700 Subject: haskellPackages.numerals-base: unbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 01a5f75d7aa4..04d654b6166d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -318,6 +318,9 @@ self: super: { ''; } super.containers-unicode-symbols; + # Test file not included on hackage + numerals-base = dontCheck (doJailbreak super.numerals-base); + # This test keeps being aborted because it runs too quietly for too long Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2; -- cgit 1.4.1