Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
d7d51beb
Commit
d7d51beb
authored
16 years ago
by
Duncan Coutts
Browse files
Options
Downloads
Patches
Plain Diff
Remove references to cabal-setup from the documentation
Change to runhaskell Setup or cabal-install as appropriate.
parent
d97df2d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Cabal.xml
+4
-5
4 additions, 5 deletions
doc/Cabal.xml
with
4 additions
and
5 deletions
doc/Cabal.xml
+
4
−
5
View file @
d7d51beb
...
...
@@ -61,9 +61,9 @@ library
<programlisting>
tar -xzf Foo-1.0.tar.gz
cd Foo-1.0
cabal-s
etup configure --with-compiler=ghc-6.4.2 --user
cabal-s
etup build
cabal-s
etup install
runhaskell S
etup configure --with-compiler=ghc-6.4.2 --user
runhaskell S
etup build
runhaskell S
etup install
</programlisting>
<para>
One of the purposes of Cabal is to make it easier to build a package with
...
...
@@ -496,7 +496,7 @@ Executable program2
defaulting to
<literal>
Custom
</literal>
.
If this field is given a value other than
<literal>
Custom
</literal>
, some tools such as
<literal>
cabal-
setup
</literal>
will be able to
<literal>
cabal-
install
</literal>
will be able to
build the package without using the setup script. So if you are
just using the default
<literal>
Setup.hs
</literal>
then set
the build type as
<literal>
Simple
</literal>
.
</para>
...
...
@@ -954,7 +954,6 @@ Executable program2
</listitem>
</varlistentry>
<varlistentry>
<term>
<literal>
hugs-options:
</literal>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment