Skip to content

Commit

Permalink
Remove references to cabal-setup from the documentation
Browse files Browse the repository at this point in the history
Change to runhaskell Setup or cabal-install as appropriate.
  • Loading branch information
dcoutts committed Jul 29, 2008
1 parent 236106b commit 16dd4a9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/Cabal.xml
Expand Up @@ -61,9 +61,9 @@ library
<programlisting>
tar -xzf Foo-1.0.tar.gz
cd Foo-1.0
cabal-setup configure --with-compiler=ghc-6.4.2 --user
cabal-setup build
cabal-setup install
runhaskell Setup configure --with-compiler=ghc-6.4.2 --user
runhaskell Setup build
runhaskell Setup install
</programlisting>
<para>
One of the purposes of Cabal is to make it easier to build a package with
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -928,7 +928,6 @@ Executable program2
</listitem>
</varlistentry>


<varlistentry>
<term>
<literal>hugs-options:</literal>
Expand Down

0 comments on commit 16dd4a9

Please sign in to comment.