Re: [Haskell] ANN: cabal-install-0.14.0

2012-04-18 Thread Ryan Newton
It built fine for me. I notice that it doesn't have the parallel build patches from the GSOC. I've been using cabal with those patches for a while and was wondering what this signifies for the future inclusion of them in a release? Thanks, -Ryan On Tue, Apr 17, 2012 at 1:32 PM, Brent Yorgey

Re: [Haskell] ANN: cabal-install-0.14.0

2012-04-18 Thread Andres Löh
Hi Ryan. It built fine for me. Glad to hear that. I notice that it doesn't have the parallel build patches from the GSOC. That's right.  I've been using cabal with those patches for a while and was wondering what this signifies for the future inclusion of them in a release? They will be

Re: [Haskell-cafe] [Haskell] ANN: cabal-install-0.14.0

2012-04-18 Thread Felipe Almeida Lessa
On Tue, Apr 17, 2012 at 1:59 PM, Andres Löh andres.l...@googlemail.com wrote:  * Completely new modular dependency solver (default in most cases) Great! =D -- Felipe. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

[Haskell] ANN: cabal-install-0.14.0

2012-04-17 Thread Andres Löh
I'm pleased to announce the long-awaited new release of cabal-install-0.14.0 If you are already using cabal-install then you can upgrade both using: $ cabal update $ cabal install Cabal cabal-install New users you can get it from: http://haskell.org/cabal/download.html For users on

Re: [Haskell] ANN: cabal-install-0.14.0

2012-04-17 Thread Johan Tibell
First, congratulations on the release. Unfortunately I ran into a problem that's not obvious to me: $ cabal install -v3 Cabal cabal-install searching for ghc in path. found ghc at /usr/bin/ghc (/usr/bin/ghc,[--numeric-version]) /usr/bin/ghc is version 7.4.1 looking for tool ghc-pkg near compiler

Re: [Haskell] ANN: cabal-install-0.14.0

2012-04-17 Thread Johan Tibell
The standard rm -rf ~/.ghc solution didn't help: $ cabal install Cabal cabal-install Resolving dependencies... In order, the following would be installed: array-0.3.0.3 (new version) deepseq-1.3.0.0 (reinstall) changes: array-0.4.0.0 - 0.3.0.3 containers-0.4.2.1 (reinstall) changes: array-0.4.0.0

Re: [Haskell] ANN: cabal-install-0.14.0

2012-04-17 Thread Andres Löh
Hi Johan. I think this is (indirectly) Duncan's fault. He convinced me it'd be a good idea to add a global Hackage preference cabal-install 0.14 for now, so that not everybody gets an upgrade warning immediately. But this also means that you have to explicitly select cabal-install-0.14.0 in

Re: [Haskell] ANN: cabal-install-0.14.0

2012-04-17 Thread Brent Yorgey
selecting cabal-install-0.10.2 (source) and discarding Cabal-1.1.6, ... Notice it's trying to reinstall the version of cabal-install that you already have. After doing 'cabal update', I get [byorgey@LVN513-9:~]$ cabal list cabal-install * cabal-install Synopsis: The command-line