mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-esqueleto fails its test suite.
This commit is contained in:
parent
f7c2699fde
commit
706b2274cb
1 changed files with 3 additions and 0 deletions
|
@ -634,6 +634,9 @@ self: super: {
|
|||
Hipmunk = markBroken super.Hipmunk;
|
||||
HipmunkPlayground = dontDistribute super.HipmunkPlayground;
|
||||
|
||||
# https://github.com/prowdsponsor/esqueleto/issues/93
|
||||
esqueleto = dontCheck super.esqueleto;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue