Skip to content

Commit

Permalink
Add a command to send cabal macros (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Mar 30, 2014
1 parent e9587d9 commit 110aa35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions haskell-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,12 @@ function and remove this comment.
(haskell-command-state command)
response))))

(defun haskell-process-cabal-macros ()
"Send the cabal macros string."
(interactive)
(haskell-process-queue-without-filters (haskell-process)
":set -optP-include -optPdist/build/autogen/cabal_macros.h"))

(provide 'haskell-process)

;; Local Variables:
Expand Down

0 comments on commit 110aa35

Please sign in to comment.