Skip to content

Commit

Permalink
Changed the next module instruction for level04/Types.hs to match Rea…
Browse files Browse the repository at this point in the history
…dme order
  • Loading branch information
Errorific committed Feb 11, 2019
1 parent 4403218 commit 7262927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Level04/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7262927

Please sign in to comment.