garyb / purescript-codec

General purpose bi-directional codecs
MIT License
16 stars 5 forks source link

Update for PureScript 0.14 #8

Closed thomashoneyman closed 3 years ago

thomashoneyman commented 3 years ago

Hi @garyb! This PR updates your Bower dependencies for PureScript 0.14. It also updates the repository url in your Bower file to match the PureScript registry.

If this looks good to you, you could cut a v4.0.0 release for codec and I can take care of updating it in package sets.

thomashoneyman commented 3 years ago

I missed the warnings! The latest commit takes care of the warnings by:

  1. Adding a kind annotation to GCodec.
  2. Removing the MonadZero instance for GCodec as it's deprecated.
thomashoneyman commented 3 years ago

...I've also removed the npm run -s test in CI, as there aren't any tests.