haskellPackages: remove obsolete overrides
classy-prelude-yesod: -dontHaddock rank2classes: -dontCheck HaTeX: -dontCheck
This commit is contained in:
parent
913724e47c
commit
8418b3c5a4
@ -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;
|
||||||
@ -1212,9 +1211,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: {
|
||||||
@ -1251,9 +1247,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