bos / pool

A high-performance striped resource pooling implementation for Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resource-pool depends on monad-control-0.2.x

norm2782 opened this issue · comments

The current resource-pool depends on monad-control-0.2. Recently, Bas released version 0.3 with a new API. The following gist attempts to make resource-pool compatible with the new monad-control release:

https://gist.github.com/97ce5cef88ededac573a

Fixed by @basvandijk just a little while ago.