Closed
Description
(Imported from Trac #523, reported by guest on 2009-03-13)
I just spent an hour trying to make cabal-install work. After reading the README, I specified the symlink-bindir in the config file. The file did not exist so I created it. Then, when I executed an update, cabal complained that there was no specified repos. I searched and could not find what variable I needed to define in the config file. Then, after skimming the cabal source code, I noticed that the config file is automatically generated if it does not exist. So I deleted it and now all is fine because it was automatically generated.
So by following the README instructions by specifying a symlink-bindir variable in a config file I created, I was unable to make cabal work.