Closed MangoIV closed 5 months ago
something else I was wondering. Do we really want ZonedTime
? It has some really awful properties like it missing an Ord
instance. What do you think about changing everything to UTCTime
, @TristanCacqueray?
… it seems like this is an endeavour for another day, toml-parser doesn’t support it (though it should)
I have refactored the out of band stuff such that we can bubble up information on why it failed. This is important if git doesn't work as expected.
I can backport 4b and fe to the minor version if you don’t want breaking changes but I don’t know if it’d be too helpful.
I believe this will resolve an issue that currently causes https://github.com/MangoIV/cabal-audit to break for me. Though @MangoIV can correct me if that is incorrect.
Yes @frasertweedale already knows :)
I have replaced ZonedTime with UTCTime; there's now not a single place where ZonedTime occurs anymore
how do I check if the advisories are still valid btw? :3
don't wanna break your stuff :3
thank you for your review @blackheaven @TristanCacqueray <3
how do I check if the advisories are still valid btw? :3
the CI handles it :)
Thank you @MangoIV! Merging now.
resolves #203 resolves #202 resolves #200
hsec-tools