All Versions
32
Latest Version
Avg Release Cycle
130 days
Latest Release
1665 days ago

Changelog History
Page 2

  • v0.9.3 Changes

    June 26, 2017
    • โž• Add Haddock comments for concurrently_ (#23)
    • โž• Add replicateConcurrently and replicateConcurrently_
    • โœ… Test with GHC 8.2.1 on Travis
  • v0.9.3.3 Changes

    January 22, 2018
    • ๐Ÿ˜Œ Relax upper version bound for constraints
  • v0.9.3.2 Changes

    December 12, 2017
    • Minor improvements in the cabal file
  • v0.9.3.1 Changes

    December 12, 2017
    • ๐Ÿ˜Œ Relax upper version bound for tasty-hunit
  • v0.9.2 Changes

    June 24, 2017
    • โž• Add concurrently_ (#22)
  • v0.9.1 Changes

    January 13, 2017
    • โž• Add (for|map)Concurrently_ (#21)
  • v0.9.1.1 Changes

    January 26, 2017
    • ๐Ÿ˜Œ Relax upper version bound for constraints
  • v0.9.0 Changes

    May 22, 2016
    • ๐Ÿ“Š Leverage StM m a ~ a in the Safe module for faster wait/poll/race/concurrently
  • v0.8.0 Changes

    January 10, 2016
    • โฌ‡๏ธ Drop Monad instance for Concurrently
    • ๐Ÿ”ฆ Expose STM operations
    • ๐Ÿ˜Œ Relax upper bound for base and async
    • โž• Add Monoid and Semigroup instances for Concurrently
  • v0.8.0.1 Changes

    January 17, 2015
    • ๐Ÿ˜Œ Relax upper bound for constraints