From f105251475b477d3a0520402793548b1fb410d52 Mon Sep 17 00:00:00 2001 From: Pasqualino Titto Assini Date: Sun, 17 Jan 2021 22:04:14 +0100 Subject: [PATCH 1/2] add note regarding CPP support --- plugins/hls-eval-plugin/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/hls-eval-plugin/README.md b/plugins/hls-eval-plugin/README.md index da3a4960e2..a5f84647df 100644 --- a/plugins/hls-eval-plugin/README.md +++ b/plugins/hls-eval-plugin/README.md @@ -74,6 +74,8 @@ double a = a + a Both plain Haskell and Literate Haskell (Bird-style only) source files are supported. +CPP is also supported (for GHC >= 8.8). + # Test Components In general, a test is a sequence of: From 693011c753aa0827705163dcba31a52ced38deae Mon Sep 17 00:00:00 2001 From: Pasqualino Titto Assini Date: Sun, 17 Jan 2021 22:19:07 +0100 Subject: [PATCH 2/2] clarified support for Literal Haskell --- plugins/hls-eval-plugin/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/hls-eval-plugin/README.md b/plugins/hls-eval-plugin/README.md index a5f84647df..b537dd6017 100644 --- a/plugins/hls-eval-plugin/README.md +++ b/plugins/hls-eval-plugin/README.md @@ -72,9 +72,7 @@ double a = a + a -- 22 ``` -Both plain Haskell and Literate Haskell (Bird-style only) source files are supported. - -CPP is also supported (for GHC >= 8.8). +Modules that use CPP and Literate Haskell (Bird-style only) modules are also supported (for GHC >= 8.8). # Test Components