haskell-brittany: disable the freakin' test suite

The test suite runs for ages even on fast machines.
wip/yesman
Peter Simons 3 years ago
parent f7aa0b4575
commit a533bbef70
  1. 5
      pkgs/development/haskell-modules/configuration-common.nix

@ -972,6 +972,7 @@ self: super: {
# The test suite runs for 20+ minutes on a very fast machine, which feels kinda disproportionate.
prettyprinter = dontCheck super.prettyprinter;
brittany = doJailbreak (dontCheck super.brittany); # Outdated upperbound on ghc-exactprint: https://github.com/lspitzner/brittany/issues/342
# Fix with Cabal 2.2, https://github.com/guillaume-nargeot/hpc-coveralls/pull/73
hpc-coveralls = appendPatch super.hpc-coveralls (pkgs.fetchpatch {
@ -1412,10 +1413,6 @@ self: super: {
# https://github.com/haskell/haskell-language-server/issues/611
haskell-language-server = dontCheck super.haskell-language-server;
# 2020-02-26: Outdated upperbound on ghc-exactprint
# https://github.com/lspitzner/brittany/issues/342
brittany = doJailbreak super.brittany;
# 2021-02-11: Jailbreaking because of syntax error on bound revision
hls-explicit-imports-plugin = doJailbreak super.hls-explicit-imports-plugin;

Loading…
Cancel
Save