haskell-configuration-common: cosmetic
This commit is contained in:
parent
fa66e35df4
commit
1439dcee0b
@ -322,8 +322,8 @@ self: super: {
|
|||||||
influxdb = dontCheck super.influxdb;
|
influxdb = dontCheck super.influxdb;
|
||||||
itanium-abi = dontCheck super.itanium-abi;
|
itanium-abi = dontCheck super.itanium-abi;
|
||||||
katt = dontCheck super.katt;
|
katt = dontCheck super.katt;
|
||||||
language-slice = dontCheck super.language-slice;
|
|
||||||
language-nix = if (pkgs.stdenv.hostPlatform.isAarch64 || pkgs.stdenv.hostPlatform.isi686) then dontCheck super.language-nix else super.language-nix; # aarch64: https://ghc.haskell.org/trac/ghc/ticket/15275
|
language-nix = if (pkgs.stdenv.hostPlatform.isAarch64 || pkgs.stdenv.hostPlatform.isi686) then dontCheck super.language-nix else super.language-nix; # aarch64: https://ghc.haskell.org/trac/ghc/ticket/15275
|
||||||
|
language-slice = dontCheck super.language-slice;
|
||||||
ldap-client = dontCheck super.ldap-client;
|
ldap-client = dontCheck super.ldap-client;
|
||||||
lensref = dontCheck super.lensref;
|
lensref = dontCheck super.lensref;
|
||||||
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
||||||
@ -369,6 +369,8 @@ self: super: {
|
|||||||
separated = dontCheck super.separated;
|
separated = dontCheck super.separated;
|
||||||
shadowsocks = dontCheck super.shadowsocks;
|
shadowsocks = dontCheck super.shadowsocks;
|
||||||
shake-language-c = dontCheck super.shake-language-c;
|
shake-language-c = dontCheck super.shake-language-c;
|
||||||
|
snap-core = dontCheck super.snap-core;
|
||||||
|
sourcemap = dontCheck super.sourcemap;
|
||||||
static-resources = dontCheck super.static-resources;
|
static-resources = dontCheck super.static-resources;
|
||||||
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
|
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
|
||||||
svndump = dontCheck super.svndump;
|
svndump = dontCheck super.svndump;
|
||||||
@ -385,8 +387,6 @@ self: super: {
|
|||||||
webdriver = dontCheck super.webdriver;
|
webdriver = dontCheck super.webdriver;
|
||||||
webdriver-angular = dontCheck super.webdriver-angular;
|
webdriver-angular = dontCheck super.webdriver-angular;
|
||||||
xsd = dontCheck super.xsd;
|
xsd = dontCheck super.xsd;
|
||||||
snap-core = dontCheck super.snap-core;
|
|
||||||
sourcemap = dontCheck super.sourcemap;
|
|
||||||
zip-archive = dontCheck super.zip-archive; # https://github.com/jgm/zip-archive/issues/57
|
zip-archive = dontCheck super.zip-archive; # https://github.com/jgm/zip-archive/issues/57
|
||||||
|
|
||||||
# These test suites run for ages, even on a fast machine. This is nuts.
|
# These test suites run for ages, even on a fast machine. This is nuts.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user