[Haskell-cafe] redirecting cabal-install from /tmp

Daniel Fischer daniel.is.fischer at web.de
Sat Apr 17 18:34:12 EDT 2010


Am Sonntag 18 April 2010 00:02:52 schrieb Chris Dornan:
> Hi Everyone,
>
>
>
> I am trying to get cabal-install to work on a system in which /tmp is
> mounted noexec. Is there any way to configure it to use another
> directory?
>

cabal-install gets its temporary directory via 
System.Directory.getTemporaryDirectory, so you can specify some other 
directory via the TMPDIR environment variable (TMP on windows).

>
>
> I would be happy to patch the source and rebuild if need be.

Or that.

>
>
>
> Thanks in advance,
>
>
>
> Chris



More information about the Haskell-Cafe mailing list