haskell-th-printf: jailbreak to fix the build with ghc-8.4.x

This commit is contained in:
Peter Simons 2018-03-17 21:00:29 +01:00
parent c044a82caf
commit b8ab77c1f0

View file

@ -701,4 +701,7 @@ self: super: {
timezone-olson = self.timezone-olson_0_1_9;
matrix = self.matrix_0_3_6_0;
# https://github.com/pikajude/th-printf/issues/8
th-printf = doJailbreak super.th-printf;
}