scrive / pool

A high-performance striped resource pooling implementation for Haskell
Other
18 stars 11 forks source link

What happened to try{With,Take}Resource? #7

Closed BardurArantsson closed 2 years ago

BardurArantsson commented 2 years ago

Hi,

First off, glad to see that somebody's taken over maintainership.

I'm curious about what happened to try{With,Take}Resource in 0.3.0.0. Is it hard to support or was it just an oversight?

(I only ask before I put a lot of work into CPP and such to get my packages compiling across both 0.2.x and 0.3.x.)

Regards,

arybczak commented 2 years ago

I was supposed to add them and then I forgot :( The fix is in #8.

BardurArantsson commented 2 years ago

Excellent. Thank you :)

arybczak commented 2 years ago

Released 0.3.1.0 with the changes.