Re: testing cabal-install-0.25.2 with ghc-7.6.1

2012-09-18 Thread Jens Petersen
Hi I think with the attached backport patch it is possible at least to build the cabal-install-0.15.1 source included in ghc-7.6.1's src tarball with ghc-7.6.1. Jens > On 15 September 2012 11:35, Mikhail Glushenkov wrote: >> Can it be so that ghc-7.6.1 ships with an older snapshot of Cabal-1.16

Re: testing cabal-install-0.25.2 with ghc-7.6.1

2012-09-17 Thread Johan Tibell
On Sat, Sep 15, 2012 at 4:35 AM, Mikhail Glushenkov wrote: > Jens Petersen community.haskell.org> writes: > >> >> Hi, >> >> I managed to build cabal-install-0.25.2 (from the cabal-1.16 branch) >> with ghc-7.6.1 Cabal. >> >> However the use of viewAsFieldDescr in >> cabal-install/Distribution/Clie

Re: testing cabal-install-0.25.2 with ghc-7.6.1

2012-09-17 Thread Jens Petersen
On 15 September 2012 11:35, Mikhail Glushenkov wrote: > Can it be so that ghc-7.6.1 ships with an older snapshot of Cabal-1.16? Indeed > Try building cabal-install using revision > e7e7ce1029707a67d26e6dc29de11141734898e3 I don't doubt that it builds with the Cabal in cabal-1.16 branch but that

Re: testing cabal-install-0.25.2 with ghc-7.6.1

2012-09-14 Thread Mikhail Glushenkov
Jens Petersen community.haskell.org> writes: > > Hi, > > I managed to build cabal-install-0.25.2 (from the cabal-1.16 branch) > with ghc-7.6.1 Cabal. > > However the use of viewAsFieldDescr in > cabal-install/Distribution/Client/Config.hs > causes problems due to the: > > error "Command.opt

testing cabal-install-0.25.2 with ghc-7.6.1

2012-09-11 Thread Jens Petersen
Hi, I managed to build cabal-install-0.25.2 (from the cabal-1.16 branch) with ghc-7.6.1 Cabal. However the use of viewAsFieldDescr in cabal-install/Distribution/Client/Config.hs causes problems due to the: error "Command.optionToFieldDescr: feature not implemented" in Cabal-1.16.0, so I am no