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
e1b6e522
Commit
e1b6e522
authored
Jul 16, 2016
by
Gabor Greif
💬
Committed by
GitHub
Jul 16, 2016
Browse files
Typo
parent
0053526e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/user-settings.md
View file @
e1b6e522
...
...
@@ -38,7 +38,7 @@ a few others), which can be activated from the command line, e.g. `--flavour=qui
Users can define new build flavours by adding them to
`userFlavours`
list:
```
haskell
userFlavour
::
Flavour
userFlavour
=
defaultFlavour
{
name
=
"user"
,
...
}
-- mo
fid
y the default build flavour
userFlavour
=
defaultFlavour
{
name
=
"user"
,
...
}
-- mo
dif
y the default build flavour
userFlavours
::
[
Flavour
]
userFlavours
=
[
userFlavour
]
...
...
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