summaryrefslogtreecommitdiff
path: root/Thue/Interpreter.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Thue/Interpreter.hs')
-rw-r--r--Thue/Interpreter.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Thue/Interpreter.hs b/Thue/Interpreter.hs
index cb79940..896ec8a 100644
--- a/Thue/Interpreter.hs
+++ b/Thue/Interpreter.hs
@@ -8,7 +8,7 @@ module Thue.Interpreter (
import System.Random
import Data.Maybe
import Data.List
-import Parser
+import Thue.Parser