haskell-matrix: override to latest version for ghc-8.4.x
This commit is contained in:
parent
93d241e3dd
commit
148646e630
|
@ -1006,4 +1006,7 @@ self: super: {
|
||||||
sha256 = "1485bbjca1wqbh3c9yqj85kmq8j7zxq79y5isxypy3r6wjpr3g6b";
|
sha256 = "1485bbjca1wqbh3c9yqj85kmq8j7zxq79y5isxypy3r6wjpr3g6b";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# https://github.com/Daniel-Diaz/matrix/issues/55
|
||||||
|
matrix_0_3_6_0 = dontCheck super.matrix_0_3_6_0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -693,5 +693,6 @@ self: super: {
|
||||||
# Older versions don't compile.
|
# Older versions don't compile.
|
||||||
brick = self.brick_0_35;
|
brick = self.brick_0_35;
|
||||||
timezone-olson = self.timezone-olson_0_1_9;
|
timezone-olson = self.timezone-olson_0_1_9;
|
||||||
|
matrix = self.matrix_0_3_6_0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue