summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2017-03-18 16:42:17 -0700
committerVidar Holen <spam@vidarholen.net>2017-03-18 16:42:17 -0700
commite28e90133d8177ea9d2798bd9367a9e961f0c410 (patch)
treed5741fcfb71e9fd3fe07d6d1a66cdeee37d7027d
parent2688a81526f115474ee78725d5347c8c7fb805b5 (diff)
Add missing import
-rw-r--r--ShellCheck/ASTLib.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellCheck/ASTLib.hs b/ShellCheck/ASTLib.hs
index 54f8d07..52e0167 100644
--- a/ShellCheck/ASTLib.hs
+++ b/ShellCheck/ASTLib.hs
@@ -23,6 +23,7 @@ import ShellCheck.AST
import Control.Monad.Writer
import Control.Monad
+import Data.Functor
import Data.List
import Data.Maybe