Haskell
FOSSA supports Haskell projects through stack, and cabal.
| Tool | Quick Import (app.fossa.com) | CLI (fossa-cli) |
|---|---|---|
| Haskell (stack) | - | stack.yaml |
| Haskell (cabal) | - | *.cabal |
CLI (fossa-cli)
To get started, install the latest release of fossa-cli from our GitHub releases page:
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bashOnce installed, run fossa analyze inside of your repo's root directory to analyze your Haskell project using cabal or stack.
You can view our extended documentation for Haskell here.
Updated 2 months ago
