Re: cabal-install calls setup with unrecognised distpref flag

2008-08-19 Thread Duncan Coutts
On Tue, 2008-08-19 at 11:40 +0100, Duncan Coutts wrote: > On Tue, 2008-08-19 at 11:37 +0200, José Pedro Magalhães wrote: > > Hello all, > > > > I decided to bring this to [EMAIL PROTECTED] too in case anyone > > had the same problem before. > > It'll be a bug in cabal-install. It's passing a flag

Re: cabal-install calls setup with unrecognised distpref flag

2008-08-19 Thread Duncan Coutts
On Tue, 2008-08-19 at 11:37 +0200, José Pedro Magalhães wrote: > Hello all, > > I decided to bring this to [EMAIL PROTECTED] too in case anyone > had the same problem before. It'll be a bug in cabal-install. It's passing a flag to a Setup.hs that was built with an older version of the Cabal lib t

Re: cabal-install calls setup with unrecognised distpref flag

2008-08-19 Thread José Pedro Magalhães
Hello all, I decided to bring this to [EMAIL PROTECTED] too in case anyone had the same problem before. Cheers, Pedro On Wed, Aug 6, 2008 at 11:38, José Pedro Magalhães <[EMAIL PROTECTED]> wrote: > Hello all, > > Recently, while developing a package here in the group, we changed the > build-ty

cabal-install calls setup with unrecognised distpref flag

2008-08-06 Thread José Pedro Magalhães
Hello all, Recently, while developing a package here in the group, we changed the build-type from "Simple" to "Custom" to allow for "cabal test". The Setup.hs simply calls defaultMainWithHooks with simpleUserHooks where runTests has been redefined. The problem is that this change gives me the fol