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
GHC
Commits
7b4fdfba
Commit
7b4fdfba
authored
Aug 01, 2017
by
Andrey Mokhov
Browse files
Fix profiled GHC context
See
#387
parent
e6dcd1b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Settings.hs
View file @
7b4fdfba
...
...
@@ -70,7 +70,7 @@ integerLibraryName = pkgNameString $ integerLibrary flavour
programContext
::
Stage
->
Package
->
Context
programContext
stage
pkg
|
pkg
==
ghc
&&
ghcProfiled
flavour
=
Context
stage
pkg
profiling
|
pkg
==
ghc
&&
ghcProfiled
flavour
&&
stage
>
Stage0
=
Context
stage
pkg
profiling
|
otherwise
=
vanillaContext
stage
pkg
-- TODO: switch to Set Package as the order of packages should not matter?
...
...
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