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

Changelog History
Page 3

  • v0.7.0 Changes

    March 30, 2015
    • ๐Ÿ›  Fix the unnecessarily constrained type of link2 (#16)
    • โš  Turn the caveat in the Safe module into a WARNING pragma (#15)
  • v0.7.0.2 Changes

    November 26, 2015
    • ๐Ÿ“ฆ Relax upper bound for the constraints package
      • Upper bound remains < 0.6 for GHC < 7.8 as constraints-0.6 requires the closed type families extension.
    • โฌ‡๏ธ Drop support for GHC 7.4.2
  • v0.7.0.1 Changes

    May 18, 2015
    • ๐Ÿ›  Fix typecheck error with GHC HEAD (#17)
  • v0.6.0 Changes

    January 13, 2015
    • Replace StM m a ~ a in the type signatures with Forall (Pure m) (#12)
  • v0.6.0.1 Changes

    January 14, 2015
    • Increase the lower bound for base to >= 4.5
  • v0.5.0 Changes

    December 29, 2014
    • Simplify the type of Concurrently (#10)
  • v0.5.0.1 Changes

    December 29, 2014
    • ๐Ÿ›  Fix build issues in the test suite (#11 and others)
  • v0.4.0 Changes

    December 29, 2014
    • Accept constraints > 0.4 as well even when built with ghc < 7.8.
    • ๐Ÿ‘Œ Support for GHC 7.10.1
  • v0.3.0 Changes

    December 28, 2014
    • ๐Ÿ‘Œ Support for monad-control == 1.0.*
      • waitEither_ and race_ now discard monadic effects besides IO. This is a breaking change.
      • Control.Concurrent.Async.Lifted.Safe is added.
    • โž• Add Monad instance for Concurrently
    • ๐Ÿ˜Œ Relax upper bound for base
  • v0.2.0 Changes

    May 01, 2014
    • Generalize Concurrently (#4)