summaryrefslogtreecommitdiff
path: root/Thue
diff options
context:
space:
mode:
Diffstat (limited to 'Thue')
-rw-r--r--Thue/Interpreter.hs2
-rw-r--r--Thue/Parser.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Thue/Interpreter.hs b/Thue/Interpreter.hs
index f5e6924..cb79940 100644
--- a/Thue/Interpreter.hs
+++ b/Thue/Interpreter.hs
@@ -1,4 +1,4 @@
-module Interpreter (
+module Thue.Interpreter (
thue,
extractInfix,
nextInRange
diff --git a/Thue/Parser.hs b/Thue/Parser.hs
index 0971324..948035d 100644
--- a/Thue/Parser.hs
+++ b/Thue/Parser.hs
@@ -1,4 +1,4 @@
-module Parser (
+module Thue.Parser (
ThueProgram(..),
ThueRule(..),
ThueState,