Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-24 Thread Bernie Pope
On 22 March 2010 11:05, Carter Schonwald carter.schonw...@gmail.com wrote: 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

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-24 Thread Ivan Miljenovic
On 25 March 2010 12:21, Bernie Pope florbit...@gmail.com wrote: Yes, I tried that, but unfortunately it falls over with: Language/Haskell/TH/Quote.hs:31:12:    Not in scope: data constructor `CharConstr' cabal: Error: some packages failed to install: template-haskell-2.4.0.0 failed during

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-24 Thread Bernie Pope
On 25 March 2010 14:23, Ivan Miljenovic ivan.miljeno...@gmail.com wrote: On 25 March 2010 12:21, Bernie Pope florbit...@gmail.com wrote: Yes, I tried that, but unfortunately it falls over with: Language/Haskell/TH/Quote.hs:31:12:    Not in scope: data constructor `CharConstr' cabal: Error:

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-23 Thread Bas van Dijk
On Sun, Mar 21, 2010 at 5:05 PM, Sebastiaan Visser sfvis...@cs.uu.nl wrote: Straight from Zurihac: I'm very pleased to announce the 1.0.0 release of the Salvia web server. Hoi Sebastiaan, (switching to English) I discovered a major space-leak in Network.Salvia.Impl.Server.start due to the use

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-23 Thread Sebastiaan Visser
Nice! This is certainly worth it. I really liked the simplicity of the threadmanager package, it certainly was better than managing threads manually. But your concurrent-extra package seems to do a way better job, I'm certainly going to apply this patch. Thanks a lot guys! Groet, Sebastiaan

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-23 Thread Bas van Dijk
On Tue, Mar 23, 2010 at 2:13 PM, Sebastiaan Visser sfvis...@cs.uu.nl wrote: Nice! This is certainly worth it. I'm glad you like it. Sebastiaan, I made the same mistake as threadmanager does: I forgot to block before installing the deleteMyPid exception handler in the forked thread. I added a

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-23 Thread Gwern Branwen
On Tue, Mar 23, 2010 at 9:27 AM, Bas van Dijk v.dijk@gmail.com wrote: On Tue, Mar 23, 2010 at 2:13 PM, Sebastiaan Visser sfvis...@cs.uu.nl wrote: Nice! This is certainly worth it. I'm glad you like it. Sebastiaan, I made the same mistake as threadmanager does: I forgot to block before

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-23 Thread Chris Eidhof
On 23 mrt 2010, at 14:27, Bas van Dijk wrote: On Tue, Mar 23, 2010 at 2:13 PM, Sebastiaan Visser sfvis...@cs.uu.nl wrote: Nice! This is certainly worth it. BTW What's the git equivalent of 'darcs send -o filename' which saves the patches to filename? I would rather send my patches as email

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-23 Thread Bas van Dijk
On Tue, Mar 23, 2010 at 2:30 PM, Gwern Branwen gwe...@gmail.com wrote: I use ' git format-patch origin'. Thanks! In case you have trouble pulling from my webserver I attached the same two patches using Gwern's method to this email. On Tue, Mar 23, 2010 at 2:34 PM, Chris Eidhof ch...@eidhof.nl

[Haskell-cafe] ANN: Salvia-1.0.0

2010-03-21 Thread Sebastiaan Visser
Hi all, 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

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-21 Thread Bernie Pope
On 22 March 2010 03:05, Sebastiaan Visser sfvis...@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

Re: [Haskell-cafe] ANN: Salvia-1.0.0

2010-03-21 Thread Ivan Miljenovic
On 22 March 2010 10:57, Bernie Pope florbit...@gmail.com wrote: Do you have minumum requirements for GHC? I tried to 'cabal install salvia-demo', but with no luck: Looking at the dependencies listed, they claim that GHC should work with = 6.10.1. cabal install salvia-demo Resolving