Skip to content

Commit 5ebd542

Browse files
snoybergtfausak
andauthored
Update src/Stack/Ghci.hs
Co-authored-by: Taylor Fausak <[email protected]>
1 parent da90566 commit 5ebd542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Ghci.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ checkForDuplicateModules :: HasTerm env => [GhciPkgInfo] -> RIO env ()
823823
checkForDuplicateModules pkgs = do
824824
unless (null duplicates) $ do
825825
borderedWarning $ do
826-
prettyError $ "Multiple files use the same module name:" <>
826+
prettyWarn $ "Multiple files use the same module name:" <>
827827
line <> bulletedList (map prettyDuplicate duplicates)
828828
-- MSS 2020-10-13 Disabling, may remove entirely in the future
829829
-- See: https://github.com/commercialhaskell/stack/issues/5407#issuecomment-707339928

0 commit comments

Comments
 (0)