Re[2]: [Haskell-cafe] Haskore dependency trouble

2006-07-12 Thread Bulat Ziganshin
Hello Henning, Wednesday, July 12, 2006, 1:23:53 PM, you wrote: > I would like to tell Cabal which modules are required and which are > supported, or recommended, but not needed. I could split Haskore into > several packages, but then again, installation of Haskore and its > sub-packages becomes

Re: [Haskell-cafe] Haskore dependency trouble

2006-07-12 Thread Henning Thielemann
On Wed, 12 Jul 2006, Yitzchak Gale wrote: > > > > Setup.lhs: cannot satisfy dependency Hsc-any > > > > This belongs to a SuperCollider wrapper: > > > http://www.slavepianos.org/rd/f/409875/ > > > Thanks! I'll just install the Debian package. > > I installed the supercollider Debian package, >

Re: [Haskell-cafe] Haskore dependency trouble

2006-07-12 Thread Yitzchak Gale
Setup.lhs: cannot satisfy dependency Hsc-any This belongs to a SuperCollider wrapper: http://www.slavepianos.org/rd/f/409875/ Thanks! I'll just install the Debian package. I installed the supercollider Debian package, got hsc using darcs and installed it using Cabal. All seemed to work OK.

Re: [Haskell-cafe] Haskore dependency trouble

2006-07-12 Thread Yitzchak Gale
Henning Thielemann (lemming) wrote: ...Yitz Gale wrote: I am having trouble installing Haskore due to a dependency issue... Cabal... The configure command fails with the following error: Setup.lhs: cannot satisfy dependency Hsc-any This belongs to a SuperCollider wrapper: http://www.slavep

Re: [Haskell-cafe] Haskore dependency trouble

2006-07-12 Thread Henning Thielemann
On Wed, 12 Jul 2006, Yitzchak Gale wrote: > In order to learn how to do that, I practiced by > installing the ever-important HNOP package. > After a few tries, I found that the following > sequence of commands works: > > ./Setup.hs configure --prefix=/usr > ./Setup.hs build > sudo ./Setup.hs ins

[Haskell-cafe] Haskore dependency trouble

2006-07-12 Thread Yitzchak Gale
I am having trouble installing Haskore due to a dependency issue. I am a pampered user of Debian. Thanks to wonderful work by the Cabal people and the Debian package maintainers, I have never had to use Cabal manually to install a package before. In order to learn how to do that, I practiced by