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
Glasgow Haskell Compiler
GHC
Commits
b052ae70
Commit
b052ae70
authored
Mar 10, 2016
by
Andrey Mokhov
Browse files
We can now build profiling way
See
#186
. [skip ci]
parent
9b68950f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b052ae70
...
@@ -100,7 +100,7 @@ zero (see [#197][test-issue]).
...
@@ -100,7 +100,7 @@ zero (see [#197][test-issue]).
Current limitations
Current limitations
-------------------
-------------------
The new build system still lacks many important features:
The new build system still lacks many important features:
*
We only build
`vanilla`
way:
[
#4
][
dynamic-issue
]
,
[
#186
][
profiling-issue
]
.
*
We only build
`vanilla`
and
`profiling`
way:
[
#4
][
dynamic-issue
]
.
*
Validation is not implemented:
[
#187
][
validation-issue
]
.
*
Validation is not implemented:
[
#187
][
validation-issue
]
.
*
Only HTML Haddock documentation is supported (use
`--haddock`
flag).
*
Only HTML Haddock documentation is supported (use
`--haddock`
flag).
*
Build flavours and conventional command line flags are not implemented:
[
#188
][
flavours-issue
]
.
*
Build flavours and conventional command line flags are not implemented:
[
#188
][
flavours-issue
]
.
...
@@ -141,7 +141,6 @@ helped me endure and enjoy the project.
...
@@ -141,7 +141,6 @@ helped me endure and enjoy the project.
[
user-settings
]:
https://github.com/snowleopard/shaking-up-ghc/blob/master/src/Settings/User.hs
[
user-settings
]:
https://github.com/snowleopard/shaking-up-ghc/blob/master/src/Settings/User.hs
[
test-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/197
[
test-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/197
[
dynamic-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/4
[
dynamic-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/4
[
profiling-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/186
[
validation-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/187
[
validation-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/187
[
flavours-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/188
[
flavours-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/188
[
cross-compilation-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/177
[
cross-compilation-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/177
...
...
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