maoe / lifted-async

Run lifted IO operations asynchronously and wait for their results
http://hackage.haskell.org/package/lifted-async
BSD 3-Clause "New" or "Revised" License
29 stars 13 forks source link

Re-export Concurrently constructor together with runConcurrently. #3

Closed romanb closed 10 years ago

romanb commented 10 years ago

It looks like an oversight that the Concurrently constructor is not re-exported, which can be a minor inconvenience.

maoe commented 10 years ago

Just released as v0.1.2. Thanks!