From 72629271b224290f90a8287fb6d24990066cbc1f Mon Sep 17 00:00:00 2001 From: Chris Mckay Date: Tue, 12 Feb 2019 09:28:46 +1000 Subject: [PATCH] Changed the next module instruction for level04/Types.hs to match Readme order --- src/Level04/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Level04/Types.hs b/src/Level04/Types.hs index 73336e9..68de2a3 100644 --- a/src/Level04/Types.hs +++ b/src/Level04/Types.hs @@ -101,4 +101,4 @@ encodeISO8601DateTime = pack . TF.formatTime loc fmt >$< E.text fmt = TF.iso8601DateFormat (Just "%H:%M:%S") loc = TF.defaultTimeLocale { TF.knownTimeZones = [] } --- | Move on to ``src/Level04/Core.hs`` next. +-- | Move on to ``src/Level04/DB.hs`` next.