Re: [Haskell-cafe] Location of .cabal folder

2010-12-07 Thread Michael Snoyman
Thanks Antoine, exactly the information I needed! Michael On Wed, Dec 8, 2010 at 7:07 AM, Antoine Latter wrote: > Hi Michael, > > Cabal-install uses: > >> System.Directory.getAppUserDataDirectory "cabal" > > in the module Distribution.Client.Config. > > Antoine > > On Tue, Dec 7, 2010 at 9:52 PM

Re: [Haskell-cafe] Location of .cabal folder

2010-12-07 Thread Antoine Latter
Hi Michael, Cabal-install uses: > System.Directory.getAppUserDataDirectory "cabal" in the module Distribution.Client.Config. Antoine On Tue, Dec 7, 2010 at 9:52 PM, Michael Snoyman wrote: > Hi all, > > I'm trying to figure out how to determine the location of the .cabal > folder. I'm trying t

[Haskell-cafe] Location of .cabal folder

2010-12-07 Thread Michael Snoyman
Hi all, I'm trying to figure out how to determine the location of the .cabal folder. I'm trying to release the code powering the package dependency site[1] as a standalone library/application, but currently I've simply hardcoded the path to my 00-index.tar file. Thanks, Michael [1] http://packde