Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for GHC 8.6.3 | alexwl | 2018-12-23 | 1 | -1/+4 |
| | |||||
* | Replace Vector.fromList with Vector.fromListN | alexwl | 2018-12-13 | 1 | -9/+3 |
| | | | | Vector.fromListN allocates less memory and allows to remove the call to Vector.force before compaction ('compact $ Vector.fromList [1,2,3]' crashes, 'compact $ Vector.fromListN 3 [1,2,3]' doesn't crash) | ||||
* | Add cross-package 'find references' | Alexey Kiryushin | 2018-11-16 | 1 | -23/+74 |
| | |||||
* | Embed static assets in haskell-code-server executable. | alexwl | 2018-11-07 | 1 | -2/+23 |
| | | | | When there is no --js-path option, haskell-code-server serves embedded static assets. | ||||
* | Add support for GHC 8.4.4 | alexwl | 2018-11-04 | 1 | -1/+4 |
| | |||||
* | Show multiple references to an identifier on the same line as one item in a ↵ | alexwl | 2018-10-25 | 1 | -24/+29 |
| | | | | list of references | ||||
* | WIP. It compiles with ghc-8.4.3, but not all features of the indexer are ↵ | alexwl | 2018-10-09 | 2 | -3/+8 |
| | | | | supported yet. | ||||
* | Initial commit | alexwl | 2018-10-02 | 2 | -0/+1222 |