We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b1e52 commit 17a543eCopy full SHA for 17a543e
overlays/haskell.nix
@@ -1055,7 +1055,7 @@ final: prev: {
1055
}];
1056
} // final.lib.optionalAttrs (
1057
final.stdenv.hostPlatform.isAarch64
1058
- && buildins.compareVersions final.buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.8" < 0) {
+ && builtins.compareVersions final.buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.8" < 0) {
1059
# The th-dlls test fails for aarch64 cross GHC 9.6.7 when the threaded rts is used
1060
cabalProjectLocal = ''
1061
package iserv-proxy
0 commit comments