eskimor / servant-purescript

Translate servant API to purescript code, with the help of purescript-bridge.
BSD 3-Clause "New" or "Revised" License
105 stars 44 forks source link

GitHub actions and compilation fix #40

Closed peterbecich closed 3 years ago

peterbecich commented 3 years ago

Github actions modified from https://github.com/jgm/pandoc/blob/master/.github/workflows/ci.yml

Seems to work: https://github.com/peterbecich/servant-purescript/actions/runs/492493731

The compilation errors with GHC 8.0 and 8.2 might be fixed with: https://github.com/eskimor/purescript-bridge/pull/50