Docker container that runs SourceGraph on Haskell code.
To analyse your Haskell code, just run the following command in your project folder :
docker run -v $(pwd):/src --rm taeradan/haskell-sourcegraph $FILE_TO_BE_ANALYSED
Replace $FILE_TO_BE_ANALYSED with a single Haskell source file, or a cabal file if you want the whole project to be analysed.
It will create a SourceGraph folder in the current folder.
Content type
Image
Digest
sha256:2530b99ba…
Size
334.4 MB
Last updated
about 11 years ago
docker pull taeradan/haskell-sourcegraph