From 9e9788f88bd4f70e09a74510659b64d7a838a10c Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Fri, 4 Apr 2025 23:45:59 +0200 Subject: [PATCH] haha what --- main/ips.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/ips.hs b/main/ips.hs index 2236ca6..27bd329 100644 --- a/main/ips.hs +++ b/main/ips.hs @@ -13,7 +13,7 @@ main = do case args of [inf, ipsf, outf] -> do buf <- readBytes inf - ips <- either error id <$> IPS.read ipsf + ips <- either error id <$> IPS.parseFile ipsf writeBytes outf $ IPS.apply ips buf _ -> error "usage: $0 "