From af56196dbbca8576b0050db5a17f4d8cedd98a44 Mon Sep 17 00:00:00 2001 From: Shayne Fletcher Date: Sat, 14 Dec 2024 21:57:56 -0500 Subject: [PATCH] enable apply-refact for 9.6 and 9.8 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2413a79..47401fe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: id: setup-haskell with: ghc-version: ${{ matrix.ghc }} + - run: cabal install apply-refact --install-method=copy + if: matrix.ghc == '9.8' || matrix.ghc == '9.6' - name: Get GHC libdir id: get-ghc-libdir run: echo "libdir=$(ghc --print-libdir)" >> $GITHUB_OUTPUT