From bae24684d62bda095b2b17feed1946029fc5dd6e Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Tue, 3 May 2022 23:23:31 +0800 Subject: [PATCH] Enable hls-eval-plugin test on ghc-9.2.2 --- .github/workflows/test.yml | 2 +- stack.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01ef389800..8af660b8c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -178,7 +178,7 @@ jobs: name: Test hls-pragmas-plugin run: cabal test hls-pragmas-plugin --test-options="$TEST_OPTS" || cabal test hls-pragmas-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-pragmas-plugin --test-options="$TEST_OPTS" - - if: matrix.test && matrix.ghc != '9.2.2' + - if: matrix.test name: Test hls-eval-plugin run: cabal test hls-eval-plugin --test-options="$TEST_OPTS" || cabal test hls-eval-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-eval-plugin --test-options="$TEST_OPTS" diff --git a/stack.yaml b/stack.yaml index ffd0a81ac5..12605a9c99 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,7 +12,7 @@ packages: - ./plugins/hls-call-hierarchy-plugin - ./plugins/hls-class-plugin # - ./plugins/hls-haddock-comments-plugin -# - ./plugins/hls-eval-plugin +- ./plugins/hls-eval-plugin - ./plugins/hls-explicit-imports-plugin - ./plugins/hls-qualify-imported-names-plugin - ./plugins/hls-refine-imports-plugin @@ -73,7 +73,6 @@ flags: ignore-plugins-ghc-bounds: true alternateNumberFormat: false brittany: false - eval: false haddockComments: false retrie: false splice: false