[Haskell-cafe] Build problems (hsp, trhsx, ultimately Happstack)

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Sat May 1 03:01:20 EDT 2010


Warren Harris <warrensomebody at gmail.com> writes:

> I thought I'd install happstack to give it a try, but immediately hit
> the following build problem:
>
> $ 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
>
> Any suggestions? I'm on mac os 10.5.8 with ghc 6.12.1. Thx,

Try explicitly building a lower version of HJScript (e.g. 0.4.4) and
then hsp (0.4.5) by hand, and then try building happstack.  This should
get it working (I think).

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list