Merge pull request #91508 from svmhdvn/overrides-2
haskellPackages: cleaning up obsolete overrides (2/x)
This commit is contained in:
commit
63de03f290
@ -126,7 +126,6 @@ self: super: {
|
|||||||
feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1
|
feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1
|
||||||
hoodle-core = dontHaddock super.hoodle-core;
|
hoodle-core = dontHaddock super.hoodle-core;
|
||||||
hsc3-db = dontHaddock super.hsc3-db;
|
hsc3-db = dontHaddock super.hsc3-db;
|
||||||
classy-prelude-yesod = dontHaddock super.classy-prelude-yesod; # https://github.com/haskell/haddock/issues/979
|
|
||||||
|
|
||||||
# https://github.com/techtangents/ablist/issues/1
|
# https://github.com/techtangents/ablist/issues/1
|
||||||
ABList = dontCheck super.ABList;
|
ABList = dontCheck super.ABList;
|
||||||
@ -1204,9 +1203,6 @@ self: super: {
|
|||||||
# https://github.com/erikd/hjsmin/issues/32
|
# https://github.com/erikd/hjsmin/issues/32
|
||||||
hjsmin = dontCheck super.hjsmin;
|
hjsmin = dontCheck super.hjsmin;
|
||||||
|
|
||||||
# https://github.com/blamario/grampa/issues/19
|
|
||||||
rank2classes = dontCheck super.rank2classes;
|
|
||||||
|
|
||||||
nix-tools = super.nix-tools.overrideScope (self: super: {
|
nix-tools = super.nix-tools.overrideScope (self: super: {
|
||||||
# Needs https://github.com/peti/hackage-db/pull/9
|
# Needs https://github.com/peti/hackage-db/pull/9
|
||||||
hackage-db = super.hackage-db.overrideAttrs (old: {
|
hackage-db = super.hackage-db.overrideAttrs (old: {
|
||||||
@ -1243,9 +1239,6 @@ self: super: {
|
|||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
# https://github.com/Daniel-Diaz/HaTeX/issues/144
|
|
||||||
HaTeX = dontCheck super.HaTeX;
|
|
||||||
|
|
||||||
# https://github.com/kazu-yamamoto/dns/issues/150
|
# https://github.com/kazu-yamamoto/dns/issues/150
|
||||||
dns = dontCheck super.dns;
|
dns = dontCheck super.dns;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user