Skip to content
Snippets Groups Projects
Commit d7d51beb authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Remove references to cabal-setup from the documentation

Change to runhaskell Setup or cabal-install as appropriate.
parent d97df2d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment