File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -9,29 +9,10 @@ Efficient exact computation of combinatoric functions.
9
9
10
10
## Install
11
11
12
- This is a simple package and should be easy to install via any of
13
- the standared methods :
12
+ This is a simple package and should be easy to install via the
13
+ standared method :
14
14
15
- -- With cabal-install and without the source:
16
- $> cabal new-install exact-combinatorics
17
- -- or:
18
15
$> cabal install exact-combinatorics
19
-
20
- -- With cabal-install and with the source already:
21
- $> cd exact-combinatorics
22
- $> cabal install
23
-
24
- -- Without cabal-install, but with the source already:
25
- $> cd exact-combinatorics
26
- $> runhaskell Setup.hs configure --user
27
- $> runhaskell Setup.hs build
28
- $> runhaskell Setup.hs test
29
- $> runhaskell Setup.hs haddock --hyperlink-source
30
- $> runhaskell Setup.hs copy
31
- $> runhaskell Setup.hs register
32
-
33
- The test step is optional and currently does nothing. The Haddock
34
- step is also optional.
35
16
36
17
37
18
## Portability
You can’t perform that action at this time.
0 commit comments