funflow
funflow copied to clipboard
Replace uses of unix-compat with unix to fix builds on GHC 9.4+
See
https://github.com/dhall-lang/dhall-haskell/pull/2496
If I understand correctly, funflow will fail to build with new versions of unix-compat because the latter removed Sytem.PosixCompat.User which our Docker support is using. But the latter has always returned dummy data anyways, so this change shouldn't make things worse?
That's my understanding from perusing related issues too. The build failure appears to be unrelated to the changes though