Re: [Haskell-cafe] Re: circular dependencies in cabal

2009-02-03 Thread Valentyn Kamyshenko
:04 AM, Duncan Coutts wrote: On Mon, 2009-02-02 at 19:16 -0800, Valentyn Kamyshenko wrote: Hi Duncan, The major problem that I see is with # cabal update # cabal upgrade sequence of operations (that is, upgrading all installed packages). Right, that's exactly what doesn't work well

Re: [Haskell-cafe] Re: circular dependencies in cabal

2009-02-02 Thread Valentyn Kamyshenko
Hi Duncan, The major problem that I see is with # cabal update # cabal upgrade sequence of operations (that is, upgrading all installed packages). I use this regularly to keep packages that I use (or are going to use) up to date. This is the functionality that, I suppose, everybody expects

[Haskell-cafe] circular dependencies in cabal

2009-02-01 Thread Valentyn Kamyshenko
Hello all, when I tried to install plugins package with cabal, I've got the following error: # sudo cabal install plugins --global Resolving dependencies... cabal: dependencies conflict: ghc-6.10.1 requires process ==1.0.1.1 however process-1.0.1.1 was excluded because ghc-6.10.1 requires

Re: [Haskell-cafe] circular dependencies in cabal

2009-02-01 Thread Valentyn Kamyshenko
well, the first and most immediate problem is that I can not even fetch the package from hackage using cabal: # cabal fetch plugins Resolving dependencies... cabal: dependencies conflict: ghc-6.10.1 requires process ==1.0.1.1 however process-1.0.1.1 was excluded because ghc-6.10.1 requires

Re: [Haskell-cafe] circular dependencies in cabal

2009-02-01 Thread Valentyn Kamyshenko
-0800, Valentyn Kamyshenko wrote: Hello all, when I tried to install plugins package with cabal, I've got the following error: # sudo cabal install plugins --global Resolving dependencies... cabal: dependencies conflict: ghc-6.10.1 requires process ==1.0.1.1 however process-1.0.1.1 was excluded

Re: [Haskell-cafe] ANN: HDBC v2.0 now available

2009-01-31 Thread Valentyn Kamyshenko
Thank you John, it worked like a charm :) -- Valentyn. On Jan 31, 2009, at 7:30 AM, John Goerzen wrote: Niklas Broberg wrote: Thanks for the hint for folks. Why would cabal-install select a different base than running Setup manually? Someone thought it was a good idea to make base-3 the

Re: [Haskell-cafe] ANN: HDBC v2.0 now available

2009-01-30 Thread Valentyn Kamyshenko
Hello John, I'm trying to install the new version of HDBC on my Mac (ghc version is 6.10.1), and get the following error: # cabal upgrade --global Resolving dependencies... 'HDBC-2.0.0' is cached. Configuring HDBC-2.0.0... Preprocessing library HDBC-2.0.0... Preprocessing executables for

Re: [Haskell-cafe] ANN: HDBC v2.0 now available

2009-01-30 Thread Valentyn Kamyshenko
install) worked. Thank you for your help, -- Valentyn. On Jan 30, 2009, at 3:52 PM, Krzysztof Skrzętnicki wrote: On Sat, Jan 31, 2009 at 00:45, Krzysztof Skrzętnicki gte...@gmail.com wrote: On Sat, Jan 31, 2009 at 00:07, Valentyn Kamyshenko kam...@kamysh.org wrote: Hello John, I'm