Description
Provides a basic interface between Haskell programs and Unix-like operating systems. It helps code interact with common system facilities without building every operating-system call from scratch.
It is useful for command-line utilities, automation, file tools, and programs that need Unix integration. Developers should treat filesystem paths, permissions, and external process interactions carefully to avoid unsafe behavior.