(cf. reddit thread)I am trying to compile a simple "hello world" program (test.hs). When compiling I am notified:> [1 of 1] Compiling Main ( test.hs, test.o ) > You are using a new version of LLVM that hasn't been tested yet!
> test: schedule: re-entered unsafely. > Perhaps a 'foreign import unsafe' should be 'safe'?Isn't working. I'm not familiar enough with neither LLVM nor Haskell to troubleshoot from either of these; I don't even know if the messages are even related.