Re: [Haskell-cafe] Cabal: disabling -fvia-C

2011-05-24 Thread Brandon Moore
> Henning Thielemann, Tuesday, May 24, 2011 > > On Tue, 24 May 2011, Jacek Generowicz wrote: > >> On 2011 May 24, at 11:12, Jacek Generowicz wrote: >> >>> I have found an {-# OPTION -fvia-C #-} deep inside the lambdabot code > in Plugin/Pl/Common.hs. How can I tell cabal install to ignore th

Re: [Haskell-cafe] Cabal: disabling -fvia-C

2011-05-24 Thread Jacek Generowicz
On 2011 May 24, at 11:49, Henning Thielemann wrote: You cannot only run $ cabal install lambdabot but you can also switch to lambdabot source directory and call lambdabot$ cabal install Ah. That's useful. I tried manually going through the Cabal song and dance in that directory, but it f

Re: [Haskell-cafe] Cabal: disabling -fvia-C

2011-05-24 Thread Henning Thielemann
On Tue, 24 May 2011, Jacek Generowicz wrote: On 2011 May 24, at 11:12, Jacek Generowicz wrote: I have found an {-# OPTION -fvia-C #-} deep inside the lambdabot code in Plugin/Pl/Common.hs. How can I tell cabal install to ignore this? Is there some command line option for doing so, or do I ha

Re: [Haskell-cafe] Cabal: disabling -fvia-C

2011-05-24 Thread Jacek Generowicz
On 2011 May 24, at 11:12, Jacek Generowicz wrote: I have found an {-# OPTION -fvia-C #-} deep inside the lambdabot code in Plugin/Pl/Common.hs. How can I tell cabal install to ignore this? Is there some command line option for doing so, or do I have to edit the source code and somehow pers

[Haskell-cafe] Cabal: disabling -fvia-C

2011-05-24 Thread Jacek Generowicz
I hope you will pardon another *ignorant* question. 'cabal install lambdabot' fails on Ubuntu Natty. According to the following exchange and bug report http://comments.gmane.org/gmane.comp.lang.haskell.cafe/88735 http://hackage.haskell.org/trac/ghc/ticket/5050 the workaround is not to