haskell-modules: disable happy tests on armv7l-linux.
This commit is contained in:
parent
260749cf5d
commit
05824e66a1
@ -1023,4 +1023,6 @@ self: super: {
|
||||
# https://github.com/Twinside/Juicy.Pixels/issues/149
|
||||
JuicyPixels = dontHaddock super.JuicyPixels;
|
||||
|
||||
# armv7l fixes.
|
||||
happy = if pkgs.stdenv.isArm then dontCheck super.happy else super.happy; # Similar to https://ghc.haskell.org/trac/ghc/ticket/13062
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user