Skip to content

Commit

Permalink
Remove unnecessary build commands from README
Browse files Browse the repository at this point in the history
Remove unnecessary Stack/Cabal build commands from the README for the
sake of brevity. It's unlikely that they provide any value for a user
since this package is built just like any other Haskell package.
  • Loading branch information
pgujjula committed Dec 23, 2024
1 parent e2521f0 commit f476773
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,7 @@ development version of the primecount package, which might have a name like
`primecount-devel`. The current version of the Haskell bindings supports any
version of `libprimecount >= 7.0`.

Then you can build the Haskell bindings with Stack or Cabal, and read the
documentation.
```
# Stack
stack build
stack test
stack haddock primecount --open
# Cabal
cabal update
cabal build
cabal test
cabal haddock # and then open the documentation manually
```
Then you can build the Haskell bindings with Stack or Cabal as usual.

### Building `libprimecount` from source
If you build and install the original `primecount` library from source, instead
Expand Down

0 comments on commit f476773

Please sign in to comment.