Skip to content

Commit

Permalink
Merge pull request qfpl#73 from Errorific/level04_order
Browse files Browse the repository at this point in the history
level04/Types.hs indicates the wrong next step
  • Loading branch information
mankyKitty authored Feb 19, 2019
2 parents 4403218 + 7262927 commit 560a31e
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 560a31e

Please sign in to comment.