Closed yairchu closed 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
leveldb-haskell
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.
libstdc++-6
TemplateHaskell
Thanks. Have to trust you on that, as I don't have a Windows machine handy 🤷♂️
I got
leveldb-haskell
to work in Windows, with these instructions: https://github.com/lamdu/lamdu/blob/master/doc/Build.md#windowsIt appears that on Windows, GHC needs the
libstdc++-6
dependency to be specified, otherwise it fails in either final linkage or when usingTemplateHaskell
in packages which depend onleveldb-haskell
.