summaryrefslogtreecommitdiff
path: root/src/Eval.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Eval.hs')
-rw-r--r--src/Eval.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Eval.hs b/src/Eval.hs
index b263a19..a071770 100644
--- a/src/Eval.hs
+++ b/src/Eval.hs
@@ -6,6 +6,7 @@ module Eval (
evalJobSet,
) where
+import Control.Monad
import Control.Monad.Except
import Data.Bifunctor