conceit v0.4.0.0 Release Notes

Release Date: 2016-01-23 // about 8 years ago
  • - Removed Monad, MonadThrow, MonadCatch instances.
    - Added Semigroup instance.
    - Removed exception and mtl dependencies.
    

Previous changes from v0.3.0.0

  • - Incorporate the solution to issue #27 from the async package
      https://github.com/simonmar/async/issues/27 
      This changes the order of cancellation of threads in case
      of an asynchronous exception.