haskellPackages.snap-core: do jailbreak to allow newer attoparsec

This commit is contained in:
Teo Camarasu 2022-03-01 11:43:05 +00:00
parent 94fb4d49df
commit 1af73bd412

View file

@ -362,7 +362,7 @@ self: super: {
separated = dontCheck super.separated;
shadowsocks = dontCheck super.shadowsocks;
shake-language-c = dontCheck super.shake-language-c;
snap-core = dontCheck super.snap-core;
snap-core = doJailbreak (dontCheck super.snap-core); # attoparsec bound is too strict. This has been fixed on master
sourcemap = dontCheck super.sourcemap;
static-resources = dontCheck super.static-resources;
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings