ocramz / xeno

Fast Haskell XML parser
Other
120 stars 33 forks source link

Can you release a new version? #13

Closed dredozubov closed 6 years ago

dredozubov commented 6 years ago

I'm pretty close to releasing https://github.com/dredozubov/sax-parser which is a monadic sax parser based on xeno. My code depends on a xeno master branch, I would really appreciate releasing a new version of xeno to hackage!

dredozubov commented 6 years ago

cc @ocramz

ocramz commented 6 years ago

Hi @dredozubov , it's up from now as https://hackage.haskell.org/package/xeno-0.3.3 . However the API didn't change in significant ways since 0.3 so I'm not sure which features you were lacking.

dredozubov commented 6 years ago

@ocramz Thank you! I think it was related to the types(or quantity) of sax-handlers in Xeno.SAX.process.

ocramz commented 6 years ago

@dredozubov Cool : )