summaryrefslogtreecommitdiff
path: root/repgoal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'repgoal.hs')
-rwxr-xr-xrepgoal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/repgoal.hs b/repgoal.hs
index a873e59..9265c05 100755
--- a/repgoal.hs
+++ b/repgoal.hs
@@ -209,5 +209,5 @@ main = do
209 vty <- buildVty 209 vty <- buildVty
210 -- liftIO $ setMode (outputIface vty) Mouse True 210 -- liftIO $ setMode (outputIface vty) Mouse True
211 chan <- newBChan 10 211 chan <- newBChan 10
212 initial <- read <$> readFile "targets.dat" :: IO [LiftRecord] 212 initial <- read <$> readFile "lifts.dat" :: IO [LiftRecord]
213 void $ customMain vty buildVty (Just chan) (theApp) (St initial Week1) 213 void $ customMain vty buildVty (Just chan) (theApp) (St initial Week1)