diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 15:21:33 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 15:21:33 +0100 |
commit | 8d1646b6545ceeda6fc7a57356fd6e72e66d39b9 (patch) | |
tree | c6336565199078660d6fdbda0ed3ea048891203c /app/Issue/Provenance.hs | |
parent | d9a26739b3f062f19d5051677fbac1526ae8747b (diff) |
update issues
Diffstat (limited to 'app/Issue/Provenance.hs')
-rw-r--r-- | app/Issue/Provenance.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Issue/Provenance.hs b/app/Issue/Provenance.hs index 4d69472..b5fd396 100644 --- a/app/Issue/Provenance.hs +++ b/app/Issue/Provenance.hs @@ -32,6 +32,7 @@ data Provenance = Provenance data Commit = Commit { -- TODO `T.Text` -> `CommitHash` + -- @difficulty easy hash :: T.Text, date :: UTCTime, author :: Author |