Skip to content

Commit ac5b5a4

Browse files
authored
Merge pull request #1087 from fishtreesugar/patch-1
Link to updated time parser library
2 parents 58e291c + e1cf93f commit ac5b5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Aeson.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,5 +557,5 @@ throwDecodeStrict' = throwDecodeStrict
557557
--
558558
-- For more information, see <https://en.wikipedia.org/wiki/ISO_8601 ISO 8601>
559559
-- <https://hackage.haskell.org/package/time time>,
560-
-- and <https://hackage.haskell.org/package/attoparsec-iso8601 attoparsec-iso8601>
560+
-- and <https://hackage.haskell.org/package/text-iso8601 text-iso8601>
561561
-- (where the relevant parsers are defined).

0 commit comments

Comments
 (0)