haskellPackages.fast-tags: unbreak

The patch we were holding got merged, and instead of the patch being
removed, the package was marked broken. So I deleted the patch and
unbroke.
This commit is contained in:
Jade Lovelace 2022-07-20 11:35:44 -07:00
parent 6d626b5e11
commit 5fbeebb56b
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