summaryrefslogtreecommitdiff
path: root/repgoal.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-10-20 16:42:57 -0400
committerAndrew Cady <d@jerkface.net>2022-10-20 16:42:57 -0400
commitb968ca23a104c34e84d9c1cf50b85ad745803a14 (patch)
tree6911081c4b054b5ce2ba30f30aa41404f63a786f /repgoal.hs
parent54c9f3433947f6083e3811103dda9b4819603658 (diff)
use lifts.dat
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)