haskellPackages.vector: remove redundant patch

This commit is contained in:
Naïm Favier 2023-10-22 17:28:00 +02:00
parent 2d4a6546e7
commit 4a47fc9395
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -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