Skip to content

Commit 2b64b78

Browse files
committed
README: removing outdated install instructions
1 parent 3055fa0 commit 2b64b78

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,11 @@ below).
2323
In general, this is a simple package and should be easy to install.
2424
The specifics are a bit murky however, since we use CPP and the FFI
2525
and want to retain portability, and due to the rapid evolution of
26-
Cabal and other development tools. You should be able to use one
27-
of the following standard installation methods:
26+
Cabal and other development tools. However, you should be able to
27+
use the standard:
2828

29-
-- With cabal-install and without the source:
3029
$> cabal install logfloat
3130

32-
-- With cabal-install and with the source already:
33-
$> cd logfloat
34-
$> cabal install
35-
36-
-- Without cabal-install, but with the source already:
37-
$> cd logfloat
38-
$> runhaskell Setup.hs configure --user
39-
$> runhaskell Setup.hs build
40-
$> runhaskell Setup.hs haddock --hyperlink-source
41-
$> runhaskell Setup.hs copy
42-
$> runhaskell Setup.hs register
43-
44-
The Haddock step is optional.
45-
4631

4732
### FFI Problems
4833

0 commit comments

Comments
 (0)