From e1cf93f216b2f3ed5ebc832b2ea1390ebae8bbe2 Mon Sep 17 00:00:00 2001 From: FTS Date: Sun, 10 Mar 2024 06:04:13 +0800 Subject: [PATCH] Link to updated time parser library --- src/Data/Aeson.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Aeson.hs b/src/Data/Aeson.hs index 60349ce7..bd1687be 100644 --- a/src/Data/Aeson.hs +++ b/src/Data/Aeson.hs @@ -557,5 +557,5 @@ throwDecodeStrict' = throwDecodeStrict -- -- For more information, see -- , --- and +-- and -- (where the relevant parsers are defined).