Skip to content

Commit 8f99917

Browse files
committed
Add (empty) features section to README
1 parent 3b31665 commit 8f99917

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ background](https://neilmitchell.blogspot.com/2020/01/one-haskell-ide-to-rule-th
1515
This is *very* early stage software.
1616

1717
- [Haskell Language Server (HLS)](#haskell-language-server)
18+
- [Features](#features)
1819
- [Installation](#installation)
1920
- [Installation from source](#installation-from-source)
2021
- [Common pre-requirements](#common-pre-requirements)
@@ -43,6 +44,14 @@ This is *very* early stage software.
4344
- [Contributing](#contributing)
4445
- [It's time to join the project!](#its-time-to-join-the-project)
4546

47+
## Features
48+
49+
- Code evaluation (inspired by [Dante](https://github.com/jyp/dante#-reploid))
50+
51+
![Eval](https://imgur.com/PDuZ6z8)
52+
53+
- Many more (TBD)
54+
4655
## Installation
4756

4857
For now only installation from source is supported.
@@ -490,7 +499,7 @@ args = ["--lsp"]
490499
## Known limitations
491500

492501
### Preprocessor
493-
HLS is not yet able to find project preprocessors, which may result in `could not execute: <preprocessor>` errors. This problem is
502+
HLS is not yet able to find project preprocessors, which may result in `could not execute: <preprocessor>` errors. This problem is
494503
tracked in https://github.com/haskell/haskell-language-server/issues/176 and originally comes from https://github.com/mpickering/hie-bios/issues/125
495504

496505
As a workaround, you need to ensure the preprocessor is available in the path (install globally with Stack or Cabal, provide in `shell.nix`, etc.).

0 commit comments

Comments
 (0)