|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fetchFile fileOrUrl cache returns the content of its argument
(either a file or an URL). If it has to download an url, then it
will use a cache as required by its second argument.
|
|
|
fetchFileLazyPS fileOrUrl cache lazily reads the content of
its argument (either a file or an URL). Warning: this function may
constitute a fd leak; make sure to force consumption of file contents
to avoid that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Run a command on a remote location without passing it any input or
reading its output. Return its ExitCode
|
|
|
|
|
|
|
Constructors | Cachable | | Uncachable | | MaxAge !CInt | |
| Instances | |
|
|
|
|
|
|
|
|
|
|
|
Get the name of the darcs executable (as supplied by getProgName)
|
|
Produced by Haddock version 2.6.1 |