File tree 1 file changed +2
-17
lines changed
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -23,26 +23,11 @@ below).
23
23
In general, this is a simple package and should be easy to install.
24
24
The specifics are a bit murky however, since we use CPP and the FFI
25
25
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:
28
28
29
- -- With cabal-install and without the source:
30
29
$> cabal install logfloat
31
30
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
-
46
31
47
32
### FFI Problems
48
33
You can’t perform that action at this time.
0 commit comments