Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
172a0c25
Commit
172a0c25
authored
Feb 14, 2012
by
Simon Hengel
Committed by
Ian Lynagh
Feb 14, 2012
Browse files
Minor documentation fix
Add a missing 'be' to Haddock comment of `HscTarget`.
parent
16922675
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
172a0c25
...
@@ -728,7 +728,7 @@ wayNames = map wayName . ways
...
@@ -728,7 +728,7 @@ wayNames = map wayName . ways
-- from an imported module. This will fail if no code has been generated
-- from an imported module. This will fail if no code has been generated
-- for this module. You can use 'GHC.needsTemplateHaskell' to detect
-- for this module. You can use 'GHC.needsTemplateHaskell' to detect
-- whether this might be the case and choose to either switch to a
-- whether this might be the case and choose to either switch to a
-- different target or avoid typechecking such modules. (The latter may
-- different target or avoid typechecking such modules. (The latter may
be
-- preferable for security reasons.)
-- preferable for security reasons.)
--
--
data
HscTarget
data
HscTarget
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment