All Versions
10
Latest Version
Avg Release Cycle
66 days
Latest Release
3007 days ago

Changelog History

  • v0.4.0.0 Changes

    January 23, 2016
    - Removed Monad, MonadThrow, MonadCatch instances.
    - Added Semigroup instance.
    - Removed exception and mtl dependencies.
    
  • v0.3.2.0

    July 06, 2015
  • v0.3.1.0 Changes

    - Made internal function "conceit'" public.
    
  • v0.3.0.0 Changes

    May 08, 2015
    - 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.
    
  • v0.2.2.1 Changes

    - Qualified Alt to make it compile with GHC 7.10.
    
  • v0.2.2.0 Changes

    February 14, 2015
    - Bumped void and exceptions dependencies.
    
  • v0.2.1.0 Changes

    October 23, 2014
    - Now >> behaves differently from the concurrent *>, and sequences its
      arguments. It makes more sense for the monad. This is what Haxl does as
      well. 
    
  • v0.2.0.0 Changes

    October 22, 2014
    - Internal changes that remove the necessity for (Show e,Typeable e)
      constraints.
    - Removed async dependency.
    - Many new instances for Conceit.
    
  • v0.1.1.0b

    October 21, 2014
  • v0.1.1.0 Changes

    October 21, 2014
    - Added _Conceit.