Skip to content

Commit 755991c

Browse files
authored
Fix "supportHpack: command not found" (#2007)
Corrects the following failure signature to one which is at least sensible: ``` last 3 log lines: > /build/.attr-0l2nkwhif96f51f4amnlf414lhl4rv9vh8iffyp431v6s28gsr90: line 22: supportHpack: command not found > WARNING ./package.yaml has no .cabal file and was not set. ```
1 parent 08889bd commit 755991c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/call-cabal-project-to-nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ let
423423
hpack $hpackFile
424424
''
425425
else ''
426-
echo WARNING $hpackFile has no .cabal file and `supportHpack` was not set.
426+
echo "WARNING $hpackFile has no .cabal file and \`supportHpack\` was not set."
427427
''
428428
}
429429
fi

0 commit comments

Comments
 (0)