Re: [Haskell-cafe] syb-with-class problem.

2010-12-16 Thread Magicloud Magiclouds
Yes, that works. Thank you for the hard work. On Fri, Dec 17, 2010 at 7:37 AM, Sterling Clover wrote: > Sorry. I've had the patch sitting around but have been too busy/otherwise > occupied to push it. This gave me the necessary kick in the posterior. > HStringTemplate 0.6.6 is now on Hackage, a

Re: [Haskell-cafe] syb-with-class problem.

2010-12-16 Thread Sterling Clover
Sorry. I've had the patch sitting around but have been too busy/otherwise occupied to push it. This gave me the necessary kick in the posterior. HStringTemplate 0.6.6 is now on Hackage, and should work properly with ghc 7, I think. Cheers, Sterl. On Dec 16, 2010, at 6:21 PM, Magicloud Magiclo

Re: [Haskell-cafe] syb-with-class problem.

2010-12-16 Thread Magicloud Magiclouds
On Thu, Dec 16, 2010 at 9:15 PM, Antoine Latter wrote: > Hi there, > > The only version of template haskell which will work is the version > that the compiler was built against. So if you're working with ghc-7, > it is 2.5 or nothing. > > Why doesn't HStringTemplate work with 2.5.0.0? What error w

Re: [Haskell-cafe] syb-with-class problem.

2010-12-16 Thread Antoine Latter
Hi there, The only version of template haskell which will work is the version that the compiler was built against. So if you're working with ghc-7, it is 2.5 or nothing. Why doesn't HStringTemplate work with 2.5.0.0? What error were you getting? Antoine On Thu, Dec 16, 2010 at 6:23 AM, Magiclou

[Haskell-cafe] syb-with-class problem.

2010-12-16 Thread Magicloud Magiclouds
Hi, I am trying to make happstack work in my box, which is using ghc 7. While compiling HStringTemplate, which I did a little modification to make it work, I found that it does not work with template-haskell-2.5.0.0. I changed it to use template-haskell-2.4.0.1. This step worked fine. Then I