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

Warren Harris warrensomebody at gmail.com
Sat May 1 13:54:04 EDT 2010


On May 1, 2010, at 10:48 AM, Daniel Fischer wrote:

> Add a --constraint="base>=4"
>
> That should fix containers-0.2.0.1, but it might break something else.

Sorry...

$ cabal install  --constraint="Crypto<4.2.1" -- 
constraint="HJScript<0.5" --constraint="base>=4" happs-tutorial
Resolving dependencies...
cabal: dependencies conflict: happstack-server-0.4.3 requires containers
==0.3.0.0 however
containers-0.3.0.0 was excluded because happstack-helpers-0.49 requires
containers >=0.2.0.0 && <0.3.0.0
containers-0.3.0.0 was excluded because happs-tutorial-0.9.3 requires
containers >=0.2.0.0 && <0.3.0.0

I think I'll have to wait for Jeremy's update.

Warren


More information about the Haskell-Cafe mailing list