TonyGen / mongoDB-haskell

MongoDB driver for Haskell
http://hackage.haskell.org/package/mongoDB
Apache License 2.0
57 stars 14 forks source link

Fixed brokenness in 7.2.1 (alternative fix) #7

Closed ryantrinkle closed 12 years ago

ryantrinkle commented 12 years ago

This is the same issue as reported by mkscrg, but my fix is to import all the field labels explicitly, which causes the code to work as expected. Although this fix is a smaller change than mkscrg's, it may be better to go with his, since record wildcards seem fragile and/or dangerous (at least in 7.2.1).

TonyGen commented 12 years ago

Thanks Ryan!

mkscrg commented 12 years ago

Any chance you could bump the version and push this to Hackage? It would be good to have a 7.2.1-compatible version up there.

TonyGen commented 12 years ago

This fix has (finally) been push to Hackage, version 1.1.1. Cheers.