From 35e763373dfb50171d2c74c1b009364274c3e5f4 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 22 Jun 2023 00:49:25 +0200 Subject: [PATCH] haskellPackages.active: drop now released patch --- .../haskell-modules/configuration-common.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7886f561f6e9..466925366ca0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -202,16 +202,6 @@ self: super: { ]; }) super.statistics; - # QuickCheck-2.14.3 Rational generator reveals bug in tests - # https://github.com/diagrams/active/issues/43 - active = appendPatches [ - (pkgs.fetchpatch { - name = "active-test-zero-duration.patch"; - url = "https://github.com/diagrams/active/commit/8fcc37c228a4d40fff3fa0d755f1de11b7c6a0c2.patch"; - sha256 = "09wfmswr3rwy9qa2is6470bmkjnjbqkqdlg7ama3bii36yxrapyj"; - }) - ] super.active; - # There are numerical tests on random data, that may fail occasionally lapack = dontCheck super.lapack;