Skip to content

Commit 8492d35

Browse files
added imports for haskell-string-message-line for other modules
1 parent f4ced3c commit 8492d35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

haskell-interactive-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
(require 'haskell-font-lock)
3636
(require 'haskell-presentation-mode)
3737
(require 'haskell-utils)
38-
38+
(require 'haskell-string)
3939
(require 'ansi-color)
4040
(require 'cl-lib)
4141
(require 'etags)

haskell-load.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
(require 'haskell-modules)
2828
(require 'haskell-commands)
2929
(require 'haskell-session)
30+
(require 'haskell-string)
3031

3132
(defun haskell-process-look-config-changes (session)
3233
"Check whether a cabal configuration file has changed.

0 commit comments

Comments
 (0)