Sign inSign up

taeradan/haskell-sourcegraph

By taeradan

Updated about 11 years ago

Image
0

384

taeradan/haskell-sourcegraph repository overview

docker-haskell-sourcegraph

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.

Tag summary

Content type

Image

Digest

sha256:2530b99ba

Size

334.4 MB

Last updated

about 11 years ago

docker pull taeradan/haskell-sourcegraph