Skip to content

Commit

Permalink
Updated to use stack
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Nov 11, 2023
1 parent 54a20da commit 7ac5662
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@ jobs:
- name: Build
run: stack build

# - name: Run tests
# run: cabal test all

# - name: Check cabal file
# run: cabal check
- name: Run tests
run: stack test

- name: Build documentation
run: cabal haddock all
run: stack haddock

0 comments on commit 7ac5662

Please sign in to comment.