Hello, I've made a patch for `ob-haskell.el`.
I'm not really an elisper, but I made a patch that seems to work on my machine.

Issue: compiling code in a source block that had an infinite list that would 
evaluate in the ghci.
All code, even with `:compile` flag set would be run in ghci.

Updating deprecated `inf-haskell-mode` to `haskell-interactive-mode` solves the 
issue for me.

Source blocks flagged to compile will compile in a temp file, and those flagged 
otherwise will be run interactively. This is the intended behaviour.

Patch attached.

Attachment: 0001-ob-haskell.el-Update-deprecated-functions.patch
Description: Binary data

Reply via email to