Skip to content

Commit

Permalink
Update src/Stack/Ghci.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Fausak <[email protected]>
  • Loading branch information
snoyberg and tfausak authored Oct 13, 2020
1 parent da90566 commit 5ebd542
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 @@ -823,7 +823,7 @@ checkForDuplicateModules :: HasTerm env => [GhciPkgInfo] -> RIO env ()
checkForDuplicateModules pkgs = do
unless (null duplicates) $ do
borderedWarning $ do
prettyError $ "Multiple files use the same module name:" <>
prettyWarn $ "Multiple files use the same module name:" <>
line <> bulletedList (map prettyDuplicate duplicates)
-- MSS 2020-10-13 Disabling, may remove entirely in the future
-- See: https://github.com/commercialhaskell/stack/issues/5407#issuecomment-707339928
Expand Down

0 comments on commit 5ebd542

Please sign in to comment.