Hi Roland, Roland Coeurjoly <rolandcoeurj...@gmail.com> writes:
> Please find patch attached. Thanks -- I'll let Nicolas apply it, since he has been following this, but just some nitpicking for later contributions below: > From 4d8660eea35ea13809914271562f0ff73507f967 Mon Sep 17 00:00:00 2001 > From: Roland Coeurjoly <rolandcoeurj...@gmail.com> > Date: Sat, 23 May 2020 16:46:26 +0200 > Subject: [PATCH 1/1] ob-haskell: introduce :compile header argument > > * lisp/ob-haskell (org-babel-haskell-compiler): > (org-babel-header-args:haskell): new variables. > (org-babel-haskell-execute): > (org-babel-haskell-interpret): new functions. > (org-babel-execute:haskell): use new functions. "new variables." should be capitalized as "New variables." > (provide 'ob-haskell) > > + > + > ;;; ob-haskell.el ends here You can get rid of these empty lines at the end. Thanks, -- Bastien