Fix dependency loop
This commit is contained in:
parent
b7278d6afc
commit
f529fc5237
25 changed files with 251 additions and 199 deletions
|
@ -13,4 +13,6 @@ import RPGEngine.Parse.TextToStructure (structure)
|
|||
parse :: FilePath -> Game
|
||||
parse filename = structureToGame struct
|
||||
where (Right struct) = unsafePerformIO io
|
||||
io = parseFromFile structure filename
|
||||
io = parseFromFile structure filename
|
||||
|
||||
tempParse = parseFromFile
|
Reference in a new issue