Re: Cabal's detailed test interface

2011-09-08 Thread José Pedro Magalhães
Hi, 2011/9/9 Duncan Coutts duncan.cou...@googlemail.com On Tue, 2011-09-06 at 11:16 +0200, José Pedro Magalhães wrote: Hi Duncan, Is there a planned date for a release which will have the detailed test interface? My hope is that it'll be ready in time to be included in a release

Re: Cabal's detailed test interface

2011-09-06 Thread José Pedro Magalhães
Hi Duncan, Is there a planned date for a release which will have the detailed test interface? Thanks, Pedro 2011/9/5 Duncan Coutts duncan.cou...@googlemail.com On Wed, 2011-08-31 at 09:30 +0200, José Pedro Magalhães wrote: Hi all, I tried to use the detailed-1.0 test interface

Re: Cabal's detailed test interface

2011-08-31 Thread José Pedro Magalhães
Hi all, I tried to use the detailed-1.0 test interface, according to the instructions on http://www.haskell.org/cabal/users-guide/#test-suites. What I got: bash-3.2$ cabal --version cabal-install version 0.10.2 using version 1.10.2.0 of the Cabal library bash-3.2$ cabal configure cabal:

Upgrading to cabal-install-0.8.0: messages on Windows

2010-02-01 Thread José Pedro Magalhães
Hello all, When updating my cabal-install to work with ghc-6.12, I got: cabal configure cabal: This version of the cabal program is too old to work with ghc-6.12+. You will need to install the 'cabal-install' package version 0.8 or higher. If you still have an older ghc installed (eg

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