Merge pull request #182238 from lf-/fix-fast-tags

haskellPackages.fast-tags: unbreak
This commit is contained in:
maralorn 2022-07-20 22:03:06 +02:00 committed by GitHub
commit f4df514e2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 12 deletions

View file

@ -2553,15 +2553,6 @@ self: super: {
})
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;
# lucid-htmx has restrictive upper bounds on lucid and servant:
#
# Setup: Encountered missing or private dependencies:

View file

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

View file

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