summaryrefslogtreecommitdiff
path: root/Fractran/Interpreter.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Fractran/Interpreter.hs')
-rw-r--r--Fractran/Interpreter.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Fractran/Interpreter.hs b/Fractran/Interpreter.hs
index cd5ae30..1393991 100644
--- a/Fractran/Interpreter.hs
+++ b/Fractran/Interpreter.hs
@@ -3,7 +3,7 @@ module Fractran.Interpreter (
) where
-import Parser
+import Fractran.Parser