purescript / purescript-profunctor

Profunctor type classes and data structures
BSD 3-Clause "New" or "Revised" License
33 stars 13 forks source link

Migrate to GitHub Actions #36

Closed thomashoneyman closed 3 years ago

thomashoneyman commented 3 years ago

This PR migrates profunctor to use GitHub Actions instead of Travis for CI, as tracked for all core libraries in https://github.com/purescript/purescript/issues/3962. It also updates the installation instructions to refer to Spago instead of Bower.

kl0tl commented 3 years ago

The warning is ignored because of the MonadZero constraint in the instance context. I’ve opened https://github.com/purescript/purescript-control/pull/68 to circumvent this, so we should censor user defined warnings in this pull request or CI will fail once the other one is merged.