From c05378b730bdac2c163777c4f50a2bde07f786bb Mon Sep 17 00:00:00 2001 From: Drew Hess Date: Tue, 9 Jan 2018 18:06:25 -0800 Subject: haskell-modules: disable hashable tests on armv7l-linux. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 191a1f9570fa..55fc2968a931 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -928,6 +928,7 @@ self: super: { # armv7l fixes. happy = if pkgs.stdenv.isArm then dontCheck super.happy else super.happy; # Similar to https://ghc.haskell.org/trac/ghc/ticket/13062 + hashable = if pkgs.stdenv.isArm then dontCheck super.hashable else super.hashable; # https://github.com/tibbe/hashable/issues/95 # Tries to read a file it is not allowed to in the test suite load-env = dontCheck super.load-env; -- cgit 1.4.1