Skip to content

Commit

Permalink
root Spago project for LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Feb 25, 2024
1 parent 28053d1 commit ec99e1b
Show file tree
Hide file tree
Showing 8 changed files with 2,064 additions and 11,977 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
- name: Build Haskell
run: |
cabal build all --enable-tests --disable-optimization 2>&1 | tee build.log
- name: Build PureScript root project
run: spago build
- name: Build PureScript Argonaut test project
run: |
cd test/RoundTripArgonautAesonGeneric/app
Expand All @@ -93,6 +95,7 @@ jobs:
# There are two PureScript projects which the Haskell tests build and run.
# The first build produces warnings which cause the Haskell tests to fail;
# pre-building these two projects clears these warnings.
spago build
cd test/RoundTripArgonautAesonGeneric/app
spago build
cd ../../../
Expand Down
Loading

0 comments on commit ec99e1b

Please sign in to comment.