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
Alex D
GHC
Commits
6837025d
Commit
6837025d
authored
Jul 08, 2008
by
Ian Lynagh
Browse files
Fix build; Opt_LinkHaskell98 is now Opt_AutoLinkPackages
parent
53ec704b
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DriverPipeline.hs
View file @
6837025d
...
...
@@ -390,8 +390,8 @@ doLink dflags stop_phase o_files
-- Always link in the haskell98 package for static linking. Other
-- packages have to be specified via the -package flag.
link_pkgs
|
dopt
Opt_
LinkHaskell98
dflags
=
[
haskell98PackageId
]
|
otherwise
=
[]
|
dopt
Opt_
AutoLinkPackages
dflags
=
[
haskell98PackageId
]
|
otherwise
=
[]
-- ---------------------------------------------------------------------------
...
...
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