1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

haskell-lucid: jailbreak to fix the build with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-05-09 15:29:25 +00:00
parent 5761cd818f
commit 64d6f5f70b

View file

@ -51,6 +51,7 @@ self: super: {
Diff = dontCheck super.Diff;
doctest = doJailbreak super.doctest;
hashable = doJailbreak super.hashable;
lucid = doJailbreak super.lucid;
split = doJailbreak super.split;
tasty-expected-failure = doJailbreak super.tasty-expected-failure;
test-framework = doJailbreak super.test-framework;