Closed mkscrg closed 12 years ago
I fixed it and submitted a pull request: https://github.com/TonyGen/mongoDB-haskell/pull/6
I'm not closing the issue because there's some undiagnosed reason why the code broke on 7.2.1. As far as I can tell, there are no known issues with the RecordWildCards
extension in 7.2.1.
Running GHC 7.2.1, mongoDB-1.10, mongo 2.0.0, Mac OS X 10.7.1.
This test code fails ...
... with this exception:
I've tested against earlier versions of both the module and the database, with the same results. Removing ghc 7.2.1 and installing the platform (7.0.3) fixed the problem.
Best, Mike