diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2019-04-26 12:11:45 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2019-04-26 12:11:45 +0300 |
commit | 59e31e75d5916ea9a052f63c3deb9e5cb205ac7c (patch) | |
tree | 4925b4e46c00b16ef072b990c47d2158ec5b92b2 | |
parent | 6954dbf99e66052cf7a0518355088d62bfdec5dd (diff) |
Update README
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,5 +1,7 @@ # Haskell Code Explorer +[![CircleCI](https://circleci.com/gh/alexwl/haskell-code-explorer/tree/master.svg?style=svg)](https://circleci.com/gh/alexwl/haskell-code-explorer/tree/master) + Haskell Code Explorer is a web application for exploring and understanding Haskell codebases. It provides IDE-like code intelligence features such as types and documentation on hover, "go to definition", "find references" and semantic highlighting. Examples: @@ -117,11 +119,6 @@ Index package with specific `dist` directory: haskell-code-indexer --package PATH --dist dist-newstyle/build/x86_64-linux/ghc-8.2.2/hpath-0.9.2 ``` -Index package built by Stack: -```bash -haskell-code-indexer --package PATH --dist $(stack path --dist-dir) -``` - ## Starting HTTP Server `haskell-code-server` executable reads the package index created by `haskell-code-indexer` and starts the HTTP server. The HTTP server responds to API requests and serves static assets (JavaScript files that are in `haskell-code-explorer/javascript/release` directory). |