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
c13093a1
Commit
c13093a1
authored
Feb 25, 2008
by
Duncan Coutts
Browse files
Specify in the user guide that .cabal files must be valid UTF-8
parent
f983ca27
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Cabal.xml
View file @
c13093a1
...
...
@@ -165,9 +165,9 @@ library
<filename><replaceable>
package
</replaceable>
.cabal
</filename>
</term>
<listitem>
<para>
a text file containing a package description
<para>
a
Unicode UTF-8
text file containing a package description
(for details of the syntax of this file, see
<xref
linkend=
"pkg-descr"
/>
)
, and
</para>
<xref
linkend=
"pkg-descr"
/>
)
</para>
</listitem>
</varlistentry>
...
...
@@ -291,8 +291,9 @@ Executable program2
<sect2
id=
"pkg-descr"
>
<title>
Package descriptions
</title>
<para>
The package description file should have a name ending in
<quote><literal>
.cabal
</literal></quote>
. There must be exactly
<para>
The package description file must have a name ending in
<quote><literal>
.cabal
</literal></quote>
. It must be a Unicode text
file encoded using valid UTF-8. There must be exactly
one such file in the directory. The first part of the name is
usually the package name, and some of the tools that operate
on Cabal packages require this.
</para>
...
...
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