about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-18 19:55:12 +0100
committerPeter Simons <simons@cryp.to>2018-03-20 16:23:12 +0100
commit53309758e39eb1ddc302114848d7c70138260de4 (patch)
treeab3e704ce81bdd5d246f2c327a5160f33c53f487 /pkgs/development/haskell-modules
parent61d4538812f12a46acc24693e71fcbe5d9c44f1e (diff)
downloadnixlib-53309758e39eb1ddc302114848d7c70138260de4.tar
nixlib-53309758e39eb1ddc302114848d7c70138260de4.tar.gz
nixlib-53309758e39eb1ddc302114848d7c70138260de4.tar.bz2
nixlib-53309758e39eb1ddc302114848d7c70138260de4.tar.lz
nixlib-53309758e39eb1ddc302114848d7c70138260de4.tar.xz
nixlib-53309758e39eb1ddc302114848d7c70138260de4.tar.zst
nixlib-53309758e39eb1ddc302114848d7c70138260de4.zip
haskell-matrix: the new version has fixed the test suite failure
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix2
2 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 6153c68a0dce..c76f0df91f61 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;
-
 }
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 2cc3cdb8eba2..c910b0856be5 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -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;