snoyberg / mono-traversable

Type classes for mapping, folding, and traversing monomorphic containers
152 stars 63 forks source link

Add terminal IO functions #148

Closed beojan closed 6 years ago

beojan commented 6 years ago

I haven't added @since comments, since this would depend on what release this goes into.

snoyberg commented 6 years ago

This new version will be 1.3.1. Can you add the @since comments, update the package.yaml file and ChangeLog, and make corresponding changes to classy-prelude-conduit/package.yaml and classy-prelude-yesod/package.yaml for the version number and bounds? (Without those last changes, stack build will fail with a bounds error.)

beojan commented 6 years ago

Done EDIT: Do you also want to bump the classy-prelude-conduit and classy-prelude-yesod version numbers?

snoyberg commented 6 years ago

Thanks! Just waiting for CI to pass then I'll merge.

snoyberg commented 6 years ago

Thanks!