Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c03a899a
Commit
c03a899a
authored
Oct 25, 2012
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix installation of vanilla libraries
parent
9a2f7779
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rules/build-package-data.mk
rules/build-package-data.mk
+1
-1
No files found.
rules/build-package-data.mk
View file @
c03a899a
...
...
@@ -18,7 +18,7 @@ $(call profStart, build-package-data($1,$2,$3))
# $2 = distdir
# $3 = GHC stage to use (0 == bootstrapping compiler)
ifeq
"$$(filter
p
,$$($1_$2_WAYS))" "v"
ifeq
"$$(filter
v
,$$($1_$2_WAYS))" "v"
$1_$2_CONFIGURE_OPTS
+=
--enable-library-vanilla
else
$1_$2_CONFIGURE_OPTS
+=
--disable-library-vanilla
...
...
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