kim / leveldb-haskell

Haskell bindings to LevelDB (https://github.com/google/leveldb)
BSD 3-Clause "New" or "Revised" License
66 stars 50 forks source link

Bug: Fix 'fillCache' option setting #13

Closed NicolasT closed 11 years ago

NicolasT commented 11 years ago

Instead of setting the 'fill_cache' option, 'set_verify_checksum' was called incorrectly using the 'fillCache' setting.

kim commented 11 years ago

Oops. Thanks.