From: Duncan C. <du...@ha...> - 2008-11-28 15:54:08
|
On Fri, 2008-11-28 at 11:52 +0000, Eric Kow wrote: > Hi, > > On Fri, Nov 28, 2008 at 12:24:47 +0900, shelarcy wrote: > > I added --user option today. > > > > http://www.mail-archive.com/wxh...@li.../msg00337.html > > I saw that, thanks! > > > This is not really the solution. Because Cabal and cabal command don't > > pass --user option to Distribution.Make's ConfigCmd now. > > > > http://www.haskell.org/ghc/docs/6.10.1/html/libraries/Cabal/Distribution-Make.html > > Maybe one hack would be copy the Cabal code to create our own > Distribution.WxhaskellMake, which we can then customise to our needs. Is there a cabal ticket filed for this? If so has anyone noted that it's important for wxhaskell? I expect passing --user to configure or make isn't the right solution, but specifying exactly which ghc package db to register into instead (just like we pass --prefix etc). Either way it doesn't sound difficult. Patches welcome. > Another solution is to really just find a way to get rid of our > make oriented build method. Or that. Duncan |