funflow icon indicating copy to clipboard operation
funflow copied to clipboard

Replace uses of unix-compat with unix to fix builds on GHC 9.4+

Open faezs opened this issue 2 years ago • 2 comments

See

https://github.com/dhall-lang/dhall-haskell/pull/2496

faezs avatar Sep 17 '23 20:09 faezs

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?

vkleen avatar Sep 18 '23 07:09 vkleen

That's my understanding from perusing related issues too. The build failure appears to be unrelated to the changes though

faezs avatar Sep 18 '23 09:09 faezs