Re: [Haskell-cafe] "plugins" fails on a simple example

2013-10-03 Thread Jeremy Shaw
this should be fixed in plugins 1.5.4.0 which is now on hackage. Thanks! - jeremy On Mon, Sep 16, 2013 at 2:49 AM, Petr Pudlák wrote: > Hi, > > I'm playing with “plugins”, trying to evaluate a simple expression: > > import Control.Monad > import System.Eval.Haskell > > main = do > let fExpr

Re: [Haskell-cafe] "plugins" fails on a simple example

2013-09-17 Thread Jeremy Shaw
Probably just what it says -- plugins is calling ghc and passing the -fglasgow-exts flag. I would try just removing that flag. - jeremy On Tue, Sep 17, 2013 at 2:08 AM, Petr Pudlák wrote: > Any ideas what could be causing the problem? I could try creating a > patch, but I have no clue where t

Re: [Haskell-cafe] "plugins" fails on a simple example

2013-09-17 Thread Petr Pudlák
Any ideas what could be causing the problem? I could try creating a patch, but I have no clue where to start. Best regards, Petr Dne 09/16/2013 11:12 PM, Jeremy Shaw napsal(a): plugins probably needs to be patched[1]. I'll happily apply such a patch. - jeremy [1] or rewritten from the gro

Re: [Haskell-cafe] "plugins" fails on a simple example

2013-09-16 Thread Jeremy Shaw
plugins probably needs to be patched[1]. I'll happily apply such a patch. - jeremy [1] or rewritten from the ground up On Mon, Sep 16, 2013 at 2:49 AM, Petr Pudlák wrote: > Hi, > > I'm playing with “plugins”, trying to evaluate a simple expression: > > import Control.Monadimport System.Eval.H