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
Alex D
GHC
Commits
668aef9a
Commit
668aef9a
authored
Jan 12, 2012
by
Gabor Greif
💬
Committed by
Simon Marlow
Feb 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
two typos
parent
9c42c22c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
compiler/ghc.mk
compiler/ghc.mk
+1
-1
ghc.mk
ghc.mk
+1
-1
No files found.
compiler/ghc.mk
View file @
668aef9a
...
...
@@ -357,7 +357,7 @@ compiler/main/DriverPipeline_HC_OPTS += -auto-all
compiler/main/
GhcMake_HC_OPTS
+=
-auto-all
compiler/main/
GHC_HC_OPTS
+=
-auto-all
# or alternatively add
d
{-# OPTIONS_GHC -auto-all #-} to the top of
# or alternatively add {-# OPTIONS_GHC -auto-all #-} to the top of
# modules you're interested in.
# We seem to still build the vanilla libraries even if we say
...
...
ghc.mk
View file @
668aef9a
...
...
@@ -438,7 +438,7 @@ $(eval $(call extra-packages))
#
# Ideally we should use the correct dependencies here to allow more
# parallelism, but we don't know the dependencies until we've
# generated the pac
a
kge-data.mk files.
# generated the pack
a
ge-data.mk files.
define
fixed_pkg_dep
libraries/$1/$2/package-data.mk
:
$$(GHC_PKG_INPLACE) $$(fixed_pkg_prev)
fixed_pkg_prev
:=
libraries/
$1
/
$2
/package-data.mk
...
...
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