Skip to content

hashable patch interacts badly with --allow-newer

https://gitlab.haskell.org/ghc/head.hackage/-/blob/fd1427b84154a593614536ce4a547bfbe427c03a/patches/hashable-1.4.3.0.patch#L36

The os-string flag being default: False interacts badly with --allow-newer. Any builds with --allow-newer that pull in hashable will end up using the new filepath but without os-string, and so failing with the very error that this patch was meant to solve. Pinging @RyanGlScott as the author of that patch.