From ea689adca0a4bde493d347616614525fb804abdc 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..13a14d44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,8 @@ jobs: run: echo "libdir=$(ghc --print-libdir)" >> $GITHUB_OUTPUT shell: bash - run: cabal v2-freeze --enable-tests + - run: cabal install apply-refact --install-method=copy + if: matrix.ghc == '9.8' || matrix.ghc == '9.6' - uses: actions/cache@v2 with: path: ${{ steps.setup-haskell.outputs.cabal-store }}