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

fix for Windows #37

Closed yairchu closed 6 years ago

yairchu commented 6 years ago

I got leveldb-haskell to work in Windows, with these instructions: https://github.com/lamdu/lamdu/blob/master/doc/Build.md#windows

It appears that on Windows, GHC needs the libstdc++-6 dependency to be specified, otherwise it fails in either final linkage or when using TemplateHaskell in packages which depend on leveldb-haskell.

kim commented 6 years ago

Thanks. Have to trust you on that, as I don't have a Windows machine handy 🤷‍♂️