Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
9d507076
Commit
9d507076
authored
Aug 14, 2017
by
Oleg Grenrus
Browse files
Unicode cabal flags, [skip ci]
parent
22b8fde0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/doc/developing-packages.rst
View file @
9d507076
...
...
@@ -2162,9 +2162,13 @@ Configuration Flags
Flag section declares a flag which can be used in `conditional blocks`_.
Flag names are case-insensitive and must match ``[
a-z0-9_][a-z0-9
_-]*``
Flag names are case-insensitive and must match ``[
[:alnum:]_][[:alnum:]
_-]*``
regular expression.
.. note::
Hackage accepts ASCII-only flags, ``[a-zA-Z0-9_][a-zA-Z0-9_-]*`` regexp.
.. pkg-field:: description: freeform
The description of this flag.
...
...
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