summaryrefslogtreecommitdiff
path: root/Fractran/Interpreter.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-02-09 16:42:37 +1100
committerJed Barber <jjbarber@y7mail.com>2014-02-09 16:42:37 +1100
commit81b11d4ee31af630cd44e0bed909de2b9e576783 (patch)
tree5b13052a36659689a14cc8734b920fef533901d4 /Fractran/Interpreter.hs
parent9b346259852462025699cda34dec63d129f763ed (diff)
Fixed module names
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 b62f279..cd5ae30 100644
--- a/Fractran/Interpreter.hs
+++ b/Fractran/Interpreter.hs
@@ -1,4 +1,4 @@
-module Interpreter (
+module Fractran.Interpreter (
fractran
) where