Skip to content

Commit

Permalink
add missing requires in haskell-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantm committed Jun 13, 2014
1 parent 905faf5 commit a73cb69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions haskell-debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

(require 'cl)

(require 'haskell-session)
(require 'haskell-process)
(require 'haskell-interactive-mode)

(defmacro haskell-debug-with-breakpoints (&rest body)
"Breakpoints need to exist to start stepping."
`(if (haskell-debug-get-breakpoints)
Expand Down

0 comments on commit a73cb69

Please sign in to comment.