Skip to content

Commit

Permalink
Merge pull request #1828 from haskell/purcell-patch-1
Browse files Browse the repository at this point in the history
Require flymake-proc to avoid compilation errors in Emacs HEAD
  • Loading branch information
purcell committed Oct 10, 2023
2 parents 0207074 + b5941d0 commit 167421a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
(require 'compile)
(require 'etags)
(require 'flymake)
(require 'flymake-proc nil 'noerror)
(require 'outline)
(require 'cl-lib)
(require 'haskell-ghc-support)
Expand Down

0 comments on commit 167421a

Please sign in to comment.