* Actions: view https://hackage.haskell.org/mirrors.json * Expected: `signed.expires` field will be in the future * Actual: it's in the past, specifically yesterday This is resulting in bug reports from users of Stack trying to initialize a new `hackage-security`-based package index: * https://github.com/commercialhaskell/stack/issues/3731 * https://github.com/commercialhaskell/stack/issues/4927 I'm currently considering working around this by disabling the expiry checks by default in Stack's usage of `hackage-security`.
signed.expiresfield will be in the futureThis is resulting in bug reports from users of Stack trying to initialize a new
hackage-security-based package index:I'm currently considering working around this by disabling the expiry checks by default in Stack's usage of
hackage-security.