simonmar / async

Run IO operations asynchronously and wait for their results
BSD 3-Clause "New" or "Revised" License
322 stars 65 forks source link

Fixed compilation with GHC 8.6.1-alpha2 #86

Closed asr closed 6 years ago

asr commented 6 years ago

GHC 8.6.1-alpha2 was announced. This PR fix the compilation with this version of GHC.

Blocking https://github.com/agda/agda/issues/3160.

asr commented 6 years ago

Thanks for merging! To avoid waiting for a release, please also modify the .cabal file in Hackage if possible.

simonmar commented 6 years ago

Done.