branch: elpa/haskell-tng-mode
commit afbac7c81676c885a351e1ce6e51cf8d54824d8b
Author: Tseen She <ts33n....@gmail.com>
Commit: Tseen She <ts33n....@gmail.com>

    missing import
---
 haskell-tng-extra.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/haskell-tng-extra.el b/haskell-tng-extra.el
index a08c45c..7eb1353 100644
--- a/haskell-tng-extra.el
+++ b/haskell-tng-extra.el
@@ -21,6 +21,8 @@
 
 (require 'subr-x)
 
+(require 'haskell-tng-util)
+
 ;;###autoload
 (defun haskell-tng-newline (&optional alt)
   "A `newline-and-indent' with a better user experience for `haskell-tng-mode'.

Reply via email to