yellowtides / owenbot-hs

A utility bot written in Haskell for the Edinburgh Informatics Class of ‘24’s main messaging platform (Discord server).
https://yellowtid.es/owenbot-hs/
BSD 3-Clause "New" or "Revised" License
8 stars 7 forks source link

Update the `process` package on next Stack resolver bump #39

Closed yutotakano closed 2 years ago

yutotakano commented 3 years ago

The process library 1.6.12.0 (released today) now contains a cross-platform getCurrentPid function. This can be used instead of the CPP Process.hs module, and the os-conditionals in package.yaml that we have.

This change can be done already via extra-deps, but it might be better to wait for inclusion in a Stackage snapshot and bump the resolver accordingly.

yutotakano commented 2 years ago

Done, closed.