Skip to content

Commit 17a543e

Browse files
committed
Fix typo
1 parent a9b1e52 commit 17a543e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ final: prev: {
10551055
}];
10561056
} // final.lib.optionalAttrs (
10571057
final.stdenv.hostPlatform.isAarch64
1058-
&& buildins.compareVersions final.buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.8" < 0) {
1058+
&& builtins.compareVersions final.buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.8" < 0) {
10591059
# The th-dlls test fails for aarch64 cross GHC 9.6.7 when the threaded rts is used
10601060
cabalProjectLocal = ''
10611061
package iserv-proxy

0 commit comments

Comments
 (0)