Fix the problem caused by the upgrading of SQLite 3.12.1#561
Fix the problem caused by the upgrading of SQLite 3.12.1#561uuhan wants to merge 1 commit intoyesodweb:masterfrom uuhan:master
Conversation
ghc-mod failed to check haskell source file, which complains:
unknown symbol `stat64'
unknown symbol `fstat64'
unknown symbol `lstat64'
|
This isn't the right way to fix this problem, we need ac45d80. |
|
BTW, the GHC issue is marked as resolved since GHC 7.8.1, so if you're still having an issue with this, I recommend commenting on: https://ghc.haskell.org/trac/ghc/ticket/7072 There's no harm in reapplying the workaround, which I'm doing now. |
|
Can you test out master before I make a release? |
|
I thested the master, and it worked well. I have read the thread ahead, it seems not related to my circumstance. It works well when I run my program through runhaskell method. p.s. my ghc version is 7.10.3 |
|
OK, new version 2.5.0.1 released. On Mon, May 16, 2016 at 9:30 AM, uuhan [email protected] wrote:
|
|
@snoyberg when Stack is built with persistent-sqlite-2.5.0.1 on OS X, it exits with this error when using Docker integration: persistent-sqlite-2.5 does not exhibit this behaviour. |
ghc-mod failed to check haskell source file, which complains: