| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-08 | Eliminate warnings about deprecated use of catch and try | hallgren | |
| This is also needed for compatibility with GHC 7.6. | |||
| 2012-09-26 | SIO bug fix | hallgren | |
| Line breaks were missing when capturing stdout. (putStrLn acted like putStr.) | |||
| 2012-09-25 | GF.Infra.SIO.hs: adding the SIO monad (where S = Shell or Safe) | hallgren | |
| The SIO monad is a restriction of the IO monad with two purposes: + Access to arbitrary IO operations can be turned off by setting the environment variable GF_RESTRICTED. There is a limited set of IO operations that are considered safe and always allowed. + It allows output to stdout to be captured. This can be used in gf -server mode, where output of GF shell commands is made part of HTTP responses returned to clients. | |||
