haskell-data-inttrie: update override for ghc 8.4.1
This commit is contained in:
parent
0e82924474
commit
c9f7afa05b
@ -620,14 +620,12 @@ self: super: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
# Fix missing semigroup instance.
|
# https://github.com/luqui/data-inttrie/pull/5#issuecomment-377169026
|
||||||
data-inttrie = appendPatch super.data-inttrie (pkgs.fetchpatch
|
data-inttrie_0_1_3 = doJailbreak super.data-inttrie_0_1_3;
|
||||||
{ url = https://github.com/luqui/data-inttrie/pull/5.patch;
|
|
||||||
sha256 = "1wwdzrbsjqb7ih4nl28sq5bbj125mxf93a74yh4viv5gmxwj606a";
|
|
||||||
});
|
|
||||||
|
|
||||||
# Older versions don't compile.
|
# Older versions don't compile.
|
||||||
brick = self.brick_0_35_1;
|
brick = self.brick_0_35_1;
|
||||||
|
data-inttrie = self.data-inttrie_0_1_3;
|
||||||
HaTeX = self.HaTeX_3_19_0_0;
|
HaTeX = self.HaTeX_3_19_0_0;
|
||||||
matrix = self.matrix_0_3_6_1;
|
matrix = self.matrix_0_3_6_1;
|
||||||
pandoc = self.pandoc_2_1_3;
|
pandoc = self.pandoc_2_1_3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user