3
0
Fork 0
forked from mirrors/nixpkgs

haskell-matrix: the new version has fixed the test suite failure

This commit is contained in:
Peter Simons 2018-03-18 19:55:12 +01:00
parent 61d4538812
commit 53309758e3
2 changed files with 1 additions and 4 deletions

View file

@ -1011,7 +1011,4 @@ self: super: {
sha256 = "1485bbjca1wqbh3c9yqj85kmq8j7zxq79y5isxypy3r6wjpr3g6b";
});
# https://github.com/Daniel-Diaz/matrix/issues/55
matrix_0_3_6_0 = dontCheck super.matrix_0_3_6_0;
}

View file

@ -705,7 +705,7 @@ self: super: {
# Older versions don't compile.
brick = self.brick_0_35;
timezone-olson = self.timezone-olson_0_1_9;
matrix = self.matrix_0_3_6_0;
matrix = self.matrix_0_3_6_1;
# https://github.com/pikajude/th-printf/issues/8
th-printf = doJailbreak super.th-printf;