Merge pull request #173740 from sternenseemann/fast-tags-nondeterminism

haskellPackages.fast-tags: apply patch for nondeterministic tests
main
maralorn 2 years ago committed by GitHub
commit 87421f9fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -2680,4 +2680,13 @@ self: super: {
}) })
super.polynomial); super.polynomial);
fast-tags = appendPatches [
(fetchpatch {
name = "fast-tags-ghc-9.0-fix-test-nondeterminism.patch";
url = "https://github.com/elaforge/fast-tags/commit/af861acc2dd239fedd8b169ddc5e3fa694e7af57.patch";
sha256 = "0ml678q1n29daqnxsb5p94s5lf7a6dk4lqbbgmiayxrbyxnlbi4f";
excludes = [ ".github/**" ];
})
] super.fast-tags;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -1403,7 +1403,6 @@ broken-packages:
- fast-nats - fast-nats
- fastpbkdf2 - fastpbkdf2
- FastPush - FastPush
- fast-tags
- FastxPipe - FastxPipe
- fathead-util - fathead-util
- fb - fb

@ -93306,8 +93306,6 @@ self: {
]; ];
description = "Fast incremental vi and emacs tags"; description = "Fast incremental vi and emacs tags";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"fast-tagsoup" = callPackage "fast-tagsoup" = callPackage

Loading…
Cancel
Save