haskell-data-inttrie: use latest version for ghc 8.4.x

This commit is contained in:
Peter Simons 2018-03-31 17:12:06 +02:00
parent 7035e0345a
commit 932a07340c

View file

@ -582,12 +582,9 @@ self: super: {
jailbreak = true;
});
# https://github.com/luqui/data-inttrie/pull/5#issuecomment-377169026
data-inttrie_0_1_3 = doJailbreak super.data-inttrie_0_1_3;
# Older versions don't compile.
brick = self.brick_0_35_1;
data-inttrie = self.data-inttrie_0_1_3;
data-inttrie = self.data-inttrie_0_1_4;
HaTeX = self.HaTeX_3_19_0_0;
matrix = self.matrix_0_3_6_1;
pandoc = self.pandoc_2_1_3;