Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
7f9d117e
Commit
7f9d117e
authored
Jan 10, 2002
by
sof
Browse files
[project @ 2002-01-10 10:29:09 by sof]
'std' now also needs user32 (under win32)
parent
f587e76c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/PackageSrc.hs
View file @
7f9d117e
...
...
@@ -162,7 +162,7 @@ package_details installing
,
extra_libraries
=
[
"HSstd_cbits"
]
++
#
ifdef
mingw32_TARGET_OS
[
"wsock32"
,
"msvcrt"
,
"kernel32"
]
[
"wsock32"
,
"msvcrt"
,
"kernel32"
,
"user32"
]
#
else
[ ]
#
endif
...
...
Write
Preview
Markdown
is supported
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