[Haskell-cafe] Proposal: Hackage's packages should be seperated by buildable

2013-08-25 Thread He-chien Tsai
I'm sick for checking whether package is obsolete or not. I think packages build failed long time ago should be collected and moved to another page until someone fix them, or hackage pages should have a filter for checking obsolete packages. ___ Haskell-C

Re: [Haskell-cafe] reasons why Template Haskell does not propose something similar to Python exec() or eval()

2013-08-25 Thread TP
Tobias Dammers wrote: > IIRC you can use haskell-src-exts to parse a string into TH AST > structures. There might even be a quasi-quoter for that; I don't have a > real computer at hand right more, so you'll need to do some research of > your own. Thanks Tobias, it led me to the right path. There

Re: [Haskell-cafe] Proposal: Hackage's packages should be seperated by buildable

2013-08-25 Thread Rogan Creswick
On Sun, Aug 25, 2013 at 12:48 AM, He-chien Tsai wrote: > I'm sick for checking whether package is obsolete or not. > I think packages build failed long time ago should be collected and moved > to another page until someone fix them, or hackage pages should have a > filter for checking obsolete pa

Re: [Haskell-cafe] reasons why Template Haskell does not propose something similar to Python exec() or eval()

2013-08-25 Thread Dag Odenhall
There's a proposalfor adding a proper Haskell QuasiQuoter as part of template-haskell. Until then, as others have noted your best option is the haskell-src-meta package, but be aware that this uses a separate

Re: [Haskell-cafe] Renumbered mailing list posts

2013-08-25 Thread Niklas Hambüchen
Austin: Do you have any update on this? On 11/08/13 04:48, Austin Seipp wrote: > Henning, > > Thanks for the report. I'm currently investigating this, and think it > should be possible to keep all of the old URLs intact. > > On Sat, Aug 10, 2013 at 11:01 AM, Niklas Hambüchen wrote: >> On 11/08/

Re: [Haskell-cafe] Template Haskell: let statement in a splice put in the "main = do" part of a program?

2013-08-25 Thread adam vogt
On Sat, Aug 24, 2013 at 11:00 AM, TP wrote: > that has type Stmt, in an ExpQ that seems to be the only thing that we can > put in a splice. I have found that it can only be done by doE (or DoE) and > compE (or CompE) according to > > http://www.haskell.org/ghc/docs/latest/html/libraries/template-h