From 930acfe7969375352c1a1f8f367142bd8996e2b3 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Mon, 28 Oct 2024 08:56:18 +0000 Subject: [PATCH] Bump to 2024-10-28 (#56) --- src/Hell.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hell.hs b/src/Hell.hs index 9e5919c..4d72493 100644 --- a/src/Hell.hs +++ b/src/Hell.hs @@ -117,7 +117,7 @@ commandParser = ] dispatch :: Command -> IO () -dispatch Version = putStrLn "2024-10-08" +dispatch Version = putStrLn "2024-10-28" dispatch (Run filePath) = do result <- parseFile filePath case result of