CVSROOT: /cvs Module name: ports Changes by: [email protected] 2016/03/15 13:41:18
Modified files:
lang/ghc : Makefile
lang/ghc/files : Process.hsc
Log message:
- Change the first argument to pledge (the promises) to Maybe String,
following the recent change to pledge(2) (passing NULL doesn't change
the value).
- Use maybeWith instead of pattern matching to distinguish between
Nothing and Just x.
- Add some minimal documentation.
