about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-05-31 12:39:52 -0500
committerAustin Seipp <aseipp@pobox.com>2018-05-31 12:59:01 -0500
commitcf2604004e4b091da6a2deb5e0455c960d3e7d1e (patch)
treebe703af1d15a1231ce83c06fe1967fa1c751799f /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parente48b54c0789c38bd7de7438c112197f95b6b8ca1 (diff)
downloadnixlib-cf2604004e4b091da6a2deb5e0455c960d3e7d1e.tar
nixlib-cf2604004e4b091da6a2deb5e0455c960d3e7d1e.tar.gz
nixlib-cf2604004e4b091da6a2deb5e0455c960d3e7d1e.tar.bz2
nixlib-cf2604004e4b091da6a2deb5e0455c960d3e7d1e.tar.lz
nixlib-cf2604004e4b091da6a2deb5e0455c960d3e7d1e.tar.xz
nixlib-cf2604004e4b091da6a2deb5e0455c960d3e7d1e.tar.zst
nixlib-cf2604004e4b091da6a2deb5e0455c960d3e7d1e.zip
haskellPackages.ghc84x.singletons: disable test suite for ghc-8.4.3
Otherwise, the test suite fails, due to the 'Lambdas' test failing:

    Lambdas:              FAIL (1.06s)
      42c42
      <     foo8 x = (\ Foo a _ -> a) x
      ---
      >     foo8 x = (\ (Foo a _) -> a) x

I assume this is a minor bogus failure due to some change in 8.4.3 that
nobody expected.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix2
1 files changed, 1 insertions, 1 deletions
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 c4ba4b9cba73..f94d6e15b957 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -120,7 +120,7 @@ self: super: {
     prePatch        = "cd lambdacube-ir.haskell; ";
   });
 
-  singletons = super.singletons_2_4_1;
+  singletons = dontCheck super.singletons_2_4_1;
   th-desugar = super.th-desugar_1_8;
 
   ## Upstreamed, awaiting a Hackage release