Skip to content

Commit 98c523a

Browse files
committed
Remove extraneous change
1 parent cd8118f commit 98c523a

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
@@ -560,7 +560,7 @@ final: prev: {
560560
# selected file ends in a `.yaml` it is assumed to be for `stackProject`.
561561
# If niether `stack.yaml` nor `cabal.project` exist `cabalProject` is
562562
# used (as it will use a default `cabal.project`).
563-
project' = { src, projectFileName ? null, ... }@args:
563+
project' = { src, projectFileName ? null, ... }@args:
564564
let
565565
dir = __readDir (src.origSrcSubDir or src);
566566
exists = fileName: builtins.elem (dir.${fileName} or "") ["regular" "symlink"];

0 commit comments

Comments
 (0)