about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-darwin.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-02-26 10:07:37 +0100
committersternenseemann <sternenseemann@systemli.org>2022-02-26 10:10:16 +0100
commit41ac9ddde0781a691683027a6d7da9c5b6594cda (patch)
tree3bc6b285ee2366e2f864303bf2237d5ada69d884 /pkgs/development/haskell-modules/configuration-darwin.nix
parent3a93e7e23e51ee1f685b7abd63136bdfdad54f62 (diff)
haskellPackages.reflection: disable tests for GHC 9.0.2 everywhere
Thanks to Ryan Scott's investigation it became clear this crash can also
happen on Linux and thus seems to be a general issue in GHC 9.0.2 (only,
luckily). We'll disable the test suite everywhere for now, but the
prospect of this crash / incorrect runtime result is a bit ominous.
Refer to the [ghc-issue] for details.

[ghc-issue]: https://gitlab.haskell.org/ghc/ghc/-/issues/21141
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-darwin.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index 3fa4f08f85251..825262fe4b478 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -282,10 +282,6 @@ self: super: ({
     '' + drv.postPatch or "";
   }) super.foldl;
 
-  # Strange crash in test suite
-  # https://github.com/ekmett/reflection/issues/51
-  reflection = dontCheck super.reflection;
-
 } // lib.optionalAttrs pkgs.stdenv.isAarch64 {  # aarch64-darwin
 
   # https://github.com/fpco/unliftio/issues/87