Skip to content

Commit

Permalink
Fix input-output-hk#11: improve parsing
Browse files Browse the repository at this point in the history
co-authored by @andreabedini
  • Loading branch information
yvan-sraka committed Sep 22, 2023
1 parent 71fe479 commit bdb9ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Foliage/Meta.hs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sourceMetaCodec :: TomlCodec PackageVersionSpec
sourceMetaCodec =
PackageVersionSpec
<$> optionalTimeCodec "timestamp"
.= packageVersionTimestamp
.= packageVersionTimestamp
<*> packageSourceCodec
.= packageVersionSource
<*> Toml.list revisionMetaCodec "revisions"
Expand Down

0 comments on commit bdb9ed4

Please sign in to comment.