haskellPackages.extensions: remove stale override and unbreak
This commit is contained in:
parent
b5ebdb7a61
commit
94da83f419
3 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
|
@ -1391,7 +1391,6 @@ broken-packages:
|
|||
- extended-containers
|
||||
- extensible-effects-concurrent
|
||||
- extensible-skeleton
|
||||
- extensions
|
||||
- Extra
|
||||
- extractelf
|
||||
- ez3
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue