Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit e8664a0

Browse files
fendorAvi-D-coder
authored andcommitted
Fix typo
1 parent fdad4c8 commit e8664a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hie-plugin-api/Haskell/Ide/Engine/Cradle.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ getComponent proj env unitCandidates fp = getComponent' [] [] unitCandidates >>=
583583
]
584584
, concat
585585
[ concat
586-
[ [ "This Module was not part of any component we are aware of."
586+
[ [ "This module was not part of any component we are aware of."
587587
, ""
588588
]
589589
, concatMap ppShowUnitInfo triedUnits
@@ -612,7 +612,7 @@ getComponent proj env unitCandidates fp = getComponent' [] [] unitCandidates >>=
612612
stackSpecificInstructions =
613613
[ "To expose a module, refer to:"
614614
, "https://docs.haskellstack.org/en/stable/GUIDE/"
615-
, "If you are using `package.yaml` then you don't have manually expose modules."
615+
, "If you are using `package.yaml` then you don't have to manually expose modules."
616616
, "Maybe you didn't set the source directories for your project correctly."
617617
]
618618

0 commit comments

Comments
 (0)