[Haskell-cafe] ANN: Salvia-1.0.0

Carter Schonwald carter.schonwald at gmail.com
Sun Mar 21 20:05:27 EDT 2010


apparently sometimes even though cabal can figure out the dependencies for a
package you want, it gets confused (or something) when it needs to figure
out the "transitive" dependencies (that which needs to be installed for the
direct dependencies to also install). So  try doing a cabal install of that
version of template  haskell with the explicit version
cabal install template-haskell-2.4.0.0
that should solve it

On Sun, Mar 21, 2010 at 7:57 PM, Bernie Pope <florbitous at gmail.com> wrote:

> On 22 March 2010 03:05, Sebastiaan Visser <sfvisser at cs.uu.nl> wrote:
>
> > Straight from Zurihac: I'm very pleased to announce the 1.0.0 release of
> the Salvia web server.
> >
> > Salvia is a feature rich web server and web application framework that
> can be used to write dynamic websites in Haskell. From the lower level
> protocol code up to the high level application code, everything is written
> as a Salvia handler. This approach makes the framework extremely modular and
> extensible.
> >
> > To do a full install first run `cabal update' followed by `cabal install
> salvia-demo'. Now you can run the salvia-demo command and point your browser
> to http://localhost:8080/ .
>
> Hi Sebastiaan,
>
> I was looking forward to a new version of Salvia.
>
> Do you have minumum requirements for GHC? I tried to 'cabal install
> salvia-demo', but with no luck:
>
> cabal install salvia-demo
> Resolving dependencies...
> cabal: cannot configure syb-with-class-0.6.1. It requires template-haskell
> ==2.4.*
> For the dependency on template-haskell ==2.4.* there are these packages:
> template-haskell-2.4.0.0. However none of them are available.
> template-haskell-2.4.0.0 was excluded because template-haskell-2.3.0.1 was
> selected instead
> template-haskell-2.4.0.0 was excluded because ghc-6.10.4 requires
> template-haskell ==2.3.0.1
>
> Cheers,
> Bernie.
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100321/4f793a12/attachment-0001.html


More information about the Haskell-Cafe mailing list