haskell / process

Library for dealing with system processes
http://hackage.haskell.org/package/process
Other
87 stars 82 forks source link

Support `unix ^>=2.8` #260

Closed NicolasT closed 2 years ago

NicolasT commented 2 years ago

Fixes: #258 See: https://github.com/haskell/process/issues/258

NicolasT commented 2 years ago

On my system, cabal test --constraint 'unix ^>=2.8' succeeds just fine.

snoyberg commented 2 years ago

Thanks!