haskell-tasty-rerun: jailbreak for ghc-8.10.x to fix the build

This commit is contained in:
Peter Simons 2020-04-27 13:41:35 +02:00
parent 8dd2b73d4d
commit 60f6da9ae1

View File

@ -62,6 +62,7 @@ self: super: {
system-fileio = doJailbreak super.system-fileio;
tar = doJailbreak super.tar;
tasty-expected-failure = doJailbreak super.tasty-expected-failure;
tasty-rerun = doJailbreak super.tasty-rerun; # https://github.com/ocharles/tasty-rerun/issues/18
unliftio-core = doJailbreak super.unliftio-core;
vector = doJailbreak super.vector;
zlib = doJailbreak super.zlib;