Skip to content

Commit dc149d0

Browse files
authored
Fix a couple of build issues (including CI) (#51)
1 parent 2ccaa01 commit dc149d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/setup-haskell@v1
14+
- name: Setup Haskell
15+
uses: haskell/actions/setup@v2
1516
with:
1617
ghc-version: ${{ matrix.ghc }}
1718
cabal-version: 'latest'
@@ -24,7 +25,7 @@ jobs:
2425
cabal--${{ matrix.ghc }}-
2526
cabal-
2627
- run: cabal update
27-
- run: cabal configure --enable-tests -fexample
28+
- run: cabal configure --enable-tests
2829
- run: cabal build all --only-dependencies
2930
- run: cabal build all
3031
- run: cabal test all

0 commit comments

Comments
 (0)