Skip to content

Commit

Permalink
Merge pull request #60 from brandonchinn178/patch-1
Browse files Browse the repository at this point in the history
Add space in Cabal file warning
  • Loading branch information
mpilgrem authored Sep 20, 2022
2 parents 969f36b + f4bea48 commit f429530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pantry.hs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ loadCabalFilePath dir = do

toPretty :: Path Abs File -> PWarning -> Utf8Builder
toPretty src (PWarning _type pos msg) =
"Cabal file warning in" <>
"Cabal file warning in " <>
fromString (toFilePath src) <> "@" <>
fromString (showPos pos) <> ": " <>
fromString msg
Expand Down

0 comments on commit f429530

Please sign in to comment.