Skip to content

Commit

Permalink
Merge pull request #284 from ryantm/byte-compile-warnings
Browse files Browse the repository at this point in the history
add missing requires in haskell-debug
  • Loading branch information
chrisdone committed Jun 13, 2014
2 parents 905faf5 + a73cb69 commit 52fafce
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 52fafce

Please sign in to comment.