[Haskell-cafe] Build problems (hsp, trhsx, ultimately Happstack)
Alexander Solla
ajs at 2piix.com
Sat May 1 03:08:36 EDT 2010
On Apr 30, 2010, at 11:28 PM, Warren Harris wrote:
> $ cabal install happstack
> Resolving dependencies...
> cabal: cannot configure HJScript-0.5.0. It requires hsx >=0.7.0
> For the dependency on hsx >=0.7.0 there are these packages:
> hsx-0.7.0. However
> none of them are available.
> hsx-0.7.0 was excluded because happstack-0.4.1 requires hsx >=0.5.5
> && <0.6
I think that if you run this, you will satisfy all the dependencies:
cabal install "hjscript<0.5.0" happstack
More information about the Haskell-Cafe
mailing list