haskellPackages.extensions: remove stale override and unbreak

This commit is contained in:
sternenseemann 2022-10-29 14:57:38 +02:00
parent b5ebdb7a61
commit 94da83f419
3 changed files with 0 additions and 6 deletions

View file

@ -1916,9 +1916,6 @@ self: super: {
# 2021-04-02: Outdated optparse-applicative bound is fixed but not realeased on upstream.
trial-optparse-applicative = assert super.trial-optparse-applicative.version == "0.0.0.0"; doJailbreak super.trial-optparse-applicative;
# 2021-04-02: Outdated optparse-applicative bound is fixed but not realeased on upstream.
extensions = assert super.extensions.version == "0.0.0.1"; doJailbreak super.extensions;
# 2021-04-02: iCalendar is basically unmaintained.
# There are PRs for bumping the bounds: https://github.com/chrra/iCalendar/pull/46
iCalendar = overrideCabal {

View file

@ -1391,7 +1391,6 @@ broken-packages:
- extended-containers
- extensible-effects-concurrent
- extensible-skeleton
- extensions
- Extra
- extractelf
- ez3

View file

@ -95388,9 +95388,7 @@ self: {
];
description = "Parse Haskell Language Extensions";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "extensions";
broken = true;
}) {};
"external-sort" = callPackage