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

Optionally build examples through Cabal #12

Closed NicolasT closed 11 years ago

NicolasT commented 11 years ago

These commits add a flag to the Cabal build which enables building the examples as part of the build process, and fix some unnecessary imports in these examples.

The make travis target is altered to include examples building.

This is based on #10.