From b854f78991d8bbdf5801984bd17989f89c1c30a5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 5 Nov 2018 10:27:57 +0100 Subject: [PATCH] ghc-8.4.4: disable integer-simple variant build The build fails: https://hydra.nixos.org/build/83750830 --- pkgs/top-level/haskell-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 13250ea8814..87adff4bf13 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -7,6 +7,7 @@ let integerSimpleExcludes = [ "ghc7103Binary" "ghc821Binary" + "ghc844" "ghcjs" "ghcjs82" "ghcjs84"