OGPlanet is a leading North American publisher of online games.The company, founded in 2005, offers a selection of some of thebest massively multiplayer online games on a free-to-play basis.Users experience beautiful, easy-to-play multiplayer online gameswithout the obligations of a subscription fee. For moreinformation, visit www.ogplanet.com.
The /.cabal/config stores configuration which cabal-install uses. I wanted to do some hackery on it. (Specifically, having multiple GHC versions installed, I wish to have separate documentation indexes).
There appears to be very little online - not even the haddocks for the cabal-install code. So your best bet may be to puzzle it out from the source. cabal unpack cabal-install, or view the cabal-install repo online. Look at SavedConfig in Distribution/Client/Config.hs. As an example, it imports GlobalFlags from Setup.hs; the individual flags, eg globalCacheDir, are associated with their config-file syntax (which is also the command-line syntax) in the globalCommand function below, remote-repo-cache in this case.
dd2b598166