Skip to content

Commit

Permalink
CI: work around haskell/hsc2hs#81: restrict to hsc2hs<0.68.10 for GHC…
Browse files Browse the repository at this point in the history
…<8.4
  • Loading branch information
andreasabel committed Nov 17, 2023
1 parent e54b7ca commit 270ce1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}

- name: "Work around haskell/hsc2hs#81: hsc2hs-0.68.10 fails to build with GHC < 8.4"
if: matrix.ghc < 8.4
run: |
echo "constraints: any.hsc2hs < 0.68.10" > cabal.project.local
shell: bash

- run: cabal build
- run: cabal haddock
- run: cabal check

0 comments on commit 270ce1d

Please sign in to comment.