
9 Dec
2012
9 Dec
'12
4:34 p.m.
* Stephen Paul Weber
I don't see a command-line switch to ask cabal-install to use a different config file. Is there an environment variable for it or something? I want to use the same cabal-install binary with three different installs of ghc and ghc-pkg to allow me to maintain my cross-compiler packages as well.
There's a '--config-file' option, see https://github.com/haskell/cabal/issues/1113 Roman