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


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to