Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
f281a9c9
Commit
f281a9c9
authored
Oct 08, 2016
by
Edward Z. Yang
Browse files
Comments on ghcOptInstantiatedWith.
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
34b8afa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/Program/GHC.hs
View file @
f281a9c9
...
...
@@ -90,6 +90,10 @@ data GhcOptions = GhcOptions {
-- is. This only gets set when 'ghcOptInstantiatedWith' is non-empty
ghcOptThisComponentId
::
Flag
ComponentId
,
-- | How the requirements of the package being compiled are to
-- be filled. When typechecking an indefinite package, the 'OpenModule'
-- is always a 'OpenModuleVar'; otherwise, it specifies the installed module
-- that instantiates a package.
ghcOptInstantiatedWith
::
[(
ModuleName
,
OpenModule
)],
-- | No code? (But we turn on interface writing
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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