From ac3e8bf0e3856ac4628ec622facea5e265166922 Mon Sep 17 00:00:00 2001 From: Tommy Bidne Date: Wed, 22 Jan 2025 23:44:42 +1300 Subject: [PATCH] Remove unnecessary comment The debug confusion persists with even simpler examples e.g. TOML.decode @Int "3". Thus it has nothing to do with our code and simply a user error. --- src/Pacer/Command/Chart/Data/Time.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Pacer/Command/Chart/Data/Time.hs b/src/Pacer/Command/Chart/Data/Time.hs index 3bd4411..66b3753 100644 --- a/src/Pacer/Command/Chart/Data/Time.hs +++ b/src/Pacer/Command/Chart/Data/Time.hs @@ -137,10 +137,6 @@ instance DecodeTOML Timestamp where <|> TimestampZoned <$> tomlDecoder --- TODO: Why does this fail??? --- --- TOML.decode @Timestamp "2024-10-20T14:30:00" - instance Parser Timestamp where -- reuse toml instance since it is already done for us upstream. parser = do