Skip to content

Commit

Permalink
fix typo in booter
Browse files Browse the repository at this point in the history
  • Loading branch information
luite committed Jun 25, 2015
1 parent d0d1bcf commit 3d7e97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-bin/Boot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ resolveProgram bs pgm = do
reportProgramLocation :: BootSettings -> Program a -> IO ()
reportProgramLocation bs p
| Just l <- p ^. pgmLoc = msg' bs info ("program " <> p ^. pgmName <> " found at " <> toTextI l)
| otherwise = msg' bs info ("program " <> p ^. pgmName <> " NOT found, searched for" <> p ^. pgmSearch)
| otherwise = msg' bs info ("program " <> p ^. pgmName <> " NOT found, searched for " <> p ^. pgmSearch)

-- | check that the GHC, ghcjs and ghcjs-pkg we're using are the correct version
checkProgramVersions :: BootSettings -> BootPrograms -> IO BootPrograms
Expand Down

0 comments on commit 3d7e97b

Please sign in to comment.