haskellPackages.hashable: remove arm override
The linked issue has been fixed upstream and has been released in 1.3.0.0 which we have in haskellPackages at the moment.
This commit is contained in:
parent
632c9c3b3a
commit
b71c393841
@ -854,7 +854,6 @@ self: super: {
|
|||||||
|
|
||||||
# aarch64 and armv7l fixes.
|
# aarch64 and armv7l fixes.
|
||||||
happy = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) then dontCheck super.happy else super.happy; # Similar to https://ghc.haskell.org/trac/ghc/ticket/13062
|
happy = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) then dontCheck super.happy else super.happy; # Similar to https://ghc.haskell.org/trac/ghc/ticket/13062
|
||||||
hashable = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) then dontCheck super.hashable else super.hashable; # https://github.com/tibbe/hashable/issues/95
|
|
||||||
servant-docs =
|
servant-docs =
|
||||||
let
|
let
|
||||||
f = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64)
|
f = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user