summary refs log tree commit diff
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-10-22 17:28:00 +0200
committerNaïm Favier <n@monade.li>2023-10-22 17:28:00 +0200
commit4a47fc9395f2dc6577a2f637debc1518236592c6 (patch)
treeb6e732af0d6cd261971da0c259fc750dfae8f61f
parent2d4a6546e7b113f8780f4e65b2dc47ab1f021e2f (diff)
downloadnixpkgs-4a47fc9395f2dc6577a2f637debc1518236592c6.tar
nixpkgs-4a47fc9395f2dc6577a2f637debc1518236592c6.tar.gz
nixpkgs-4a47fc9395f2dc6577a2f637debc1518236592c6.tar.bz2
nixpkgs-4a47fc9395f2dc6577a2f637debc1518236592c6.tar.lz
nixpkgs-4a47fc9395f2dc6577a2f637debc1518236592c6.tar.xz
nixpkgs-4a47fc9395f2dc6577a2f637debc1518236592c6.tar.zst
nixpkgs-4a47fc9395f2dc6577a2f637debc1518236592c6.zip
haskellPackages.vector: remove redundant patch
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 164a19ef623..b8daf5dcc79 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -154,16 +154,6 @@ self: super: {
       "vector-tests-O0"
       "vector-tests-O2"
     ];
-    patches = [
-      # Workaround almost guaranteed floating point errors in test suite with quickcheck 2.14.3
-      # https://github.com/haskell/vector/issues/460
-      (pkgs.fetchpatch {
-        name = "vector-quickcheck-2.14.3-float-workaround.patch";
-        url = "https://github.com/haskell/vector/commit/df8dd8e8e84005aa6b187b03cd502f3c6e18cf3c.patch";
-        sha256 = "040wg8mqlkdnrl5axy9wk0mlpn8rpc4vc4afpxignj9i7yc4pfjj";
-        stripLen = 1;
-     })
-   ];
   }) super.vector;
 
   # Almost guaranteed failure due to floating point imprecision with QuickCheck-2.14.3