UnkindPartition / tasty

Modern and extensible testing framework for Haskell
638 stars 108 forks source link

CI: bump ghc-wasm-meta #372

Closed amesgen closed 1 year ago

amesgen commented 1 year ago

See https://github.com/UnkindPartition/tasty/pull/371#issuecomment-1605688537

The bindists used via ghc-wasm-meta are currently ephemeral. To fix this, we bump ghc-wasm-meta to get bindists which won't expire at least for another ~6 weeks. This will be fixed properly once https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/merge_requests/29 gets merged, after which ghc-wasm-meta will have to be bumped again, but then for good.

Bodigrim commented 1 year ago

Thanks!