[Haskell-cafe] package to expand TH macros?

2012-07-01 Thread Eric
I seem to remember finding a package a few days ago that would take Haskell 
source with TH, then run and expand the TH macros in-place to produce 
equivalent, TH-free Haskell source.  

I just went through the Hackage package list and didn't find anything like that.

Did I imagine it?  Or can anyone remind me its name?

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


Re: [Haskell-cafe] package to expand TH macros?

2012-07-01 Thread Brandon Allbery
On Sun, Jul 1, 2012 at 1:56 PM, Eric  wrote:

>  I seem to remember finding a package a few days ago that would take
> Haskell source with TH, then run and expand the TH macros in-place to
> produce equivalent, TH-free Haskell source.
>

It is kinda hard to find for some reason...  you're looking for ZeroTH,
http://hackage.haskell.org/package/zeroth

-- 
brandon s allbery  allber...@gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] package to expand TH macros?

2012-07-01 Thread Chaddaï Fouché
On Sun, Jul 1, 2012 at 8:11 PM, Brandon Allbery  wrote:
> On Sun, Jul 1, 2012 at 1:56 PM, Eric  wrote:
>>
>> I seem to remember finding a package a few days ago that would take
>> Haskell source with TH, then run and expand the TH macros in-place to
>> produce equivalent, TH-free Haskell source.
>
>
> It is kinda hard to find for some reason...  you're looking for ZeroTH,
> http://hackage.haskell.org/package/zeroth
>

It should probably at least have the "Template Haskell" category...

-- 
Jedaï

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