Skip to content

Commit d22c4b6

Browse files
Add note in README/Tutorial regarding CPP support (#1224)
* add note regarding CPP support * clarified support for Literal Haskell Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent c884ad9 commit d22c4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-eval-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ double a = a + a
7272
-- 22
7373
```
7474

75-
Both plain Haskell and Literate Haskell (Bird-style only) source files are supported.
75+
Modules that use CPP and Literate Haskell (Bird-style only) modules are also supported (for GHC >= 8.8).
7676

7777
# Test Components
7878

0 commit comments

Comments
 (0)