diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-02-11 20:05:46 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-02-11 20:05:46 +1100 |
commit | d16fb3262cbe6505d81282f36ddad951a1f0c875 (patch) | |
tree | 17960c228d5a94e68381cf4e86cd9dd2702e1ae6 /Thue | |
parent | 2c62573e6ec103a379649b8bfc066aec046eb04d (diff) |
Fixed import references to Parser modules
Diffstat (limited to 'Thue')
-rw-r--r-- | Thue/Interpreter.hs | 2 |
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 |