purescript-contrib / purescript-coroutines

Computations which can suspend their execution and return control to their invoker
MIT License
38 stars 11 forks source link

Update changelog since v5.0.1 #35

Closed thomashoneyman closed 3 years ago

thomashoneyman commented 3 years ago

Description of the change

This PR updates the CHANGELOG in preparation for the upcoming release of this library.

Related: purescript/purescript#3985

JordanMartinez commented 3 years ago

CI fails with this. We'll fix it later.

[1/1 ModuleNotFound] .spago/freet/main/src/Control/Comonad/Cofree/Trans.purs:18:1

  18  import Control.Comonad.Cofree.Class (class ComonadCofree)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  Module Control.Comonad.Cofree.Class was not found.
  Make sure the source file exists, and that it has been provided as an input to the compiler.

           Src   Lib   All
Warnings   0     0     0  
Errors     0     1     1  
[error] Failed to build.