RE: Setting "-package-conf" via environment variable?

We've avoided envt variables (and .ghcrc files) so far, because it's one more thing we have to ask about when responding to bug mail. You can always make yourself a little shell script for my_ghc, or a shell alias. Would that do? Simon | -----Original Message----- | From: glasgow-haskell-users-admin@haskell.org [mailto:glasgow-haskell-users-admin@haskell.org] | On Behalf Of Peter Simons | Sent: 12 April 2003 11:18 | To: glasgow-haskell-users@haskell.org | | Hi, | | is there any way to provide GHC with a value for "-package-conf" via | an environment variable? I'd like to tell it to use a local package | config file in addition to it's own, but I'd like GHC to find that | "automatically". The users of the installation system should not have | to know about this. | | Any help is appreciated. | | Peter | | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Simon Peyton-Jones writes:
We've avoided envt variables (and .ghcrc files) so far, because it's one more thing we have to ask about when responding to bug mail. You can always make yourself a little shell script for my_ghc, or a shell alias.
I understand. Thanks for the reply! Peter
participants (2)
-
Peter Simons
-
Simon Peyton-Jones