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
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,
>
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.
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
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
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