mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
haskellPackages.brittany: Remove outdated override
This commit is contained in:
parent
ef43bede6d
commit
8d8281cc56
@ -930,7 +930,6 @@ self: super: {
|
|||||||
|
|
||||||
# The test suite runs for 20+ minutes on a very fast machine, which feels kinda disproportionate.
|
# The test suite runs for 20+ minutes on a very fast machine, which feels kinda disproportionate.
|
||||||
prettyprinter = dontCheck super.prettyprinter;
|
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
|
# Fix with Cabal 2.2, https://github.com/guillaume-nargeot/hpc-coveralls/pull/73
|
||||||
hpc-coveralls = appendPatch (fetchpatch {
|
hpc-coveralls = appendPatch (fetchpatch {
|
||||||
|
Loading…
Reference in New Issue
Block a user