Skip to content

Commit

Permalink
Merge pull request #2306 from TimWolla/patch-1
Browse files Browse the repository at this point in the history
Stack/Ghci: Fix typo in message
  • Loading branch information
borsboom authored Jun 26, 2016
2 parents ee2457a + 45e130a commit 823a677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Ghci.hs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ figureOutMainFile bopts mainIsTargets targets0 packages =
Just op -> do
let (_,_,fp) = candidates !! op
putStrLn
("Loading main module from cadidate " <>
("Loading main module from candidate " <>
show (op + 1) <> ", --main-is " <>
toFilePath fp)
putStrLn ""
Expand Down

0 comments on commit 823a677

Please sign in to comment.