Re: [Haskell-cafe] doctest: Interpreter exited with an error: ExitFailure 127

2011-11-16 Thread Simon Hengel
Hi Chris, i have upgraded to doctest version 0.4.1. Now when i try to run the example from the webpage, i get: doctest: Interpreter exited with an error: ExitFailure 127 What's wrong here and how can i fix it? Can you still reproduce this on your system? If yes, I'd like to see if we

Re: [Haskell-cafe] doctest: Interpreter exited with an error: ExitFailure 127

2011-09-21 Thread Sakari Jokinen
On Tue, Sep 20, 2011 at 7:50 PM, informationen informatio...@gmx.de wrote: doctest: Interpreter exited with an error: ExitFailure 127 You are trying the doctest binary from the command line and not the library interface? I tried this with ghc 7.0.3 and doctest 0.4.1 but could not reproduce it

Re: [Haskell-cafe] doctest: Interpreter exited with an error: ExitFailure 127

2011-09-21 Thread informationen
On Wed, Sep 21, 2011 at 07:30:16PM +0300, Sakari Jokinen wrote: On Tue, Sep 20, 2011 at 7:50 PM, informationen informatio...@gmx.de wrote: doctest: Interpreter exited with an error: ExitFailure 127 You are trying the doctest binary from the command line and not the library interface? I tried

Re: [Haskell-cafe] doctest: Interpreter exited with an error: ExitFailure 127

2011-09-21 Thread Sakari Jokinen
On Wed, Sep 21, 2011 at 7:52 PM, informationen informatio...@gmx.de wrote: Do you have any idea, what the error message wants to tell me.  What does interpreter exited with .. mean. If i add a Doctests starts ghc in interactive mode for evaluating the examples. interpreter exited with.. means

[Haskell-cafe] doctest: Interpreter exited with an error: ExitFailure 127

2011-09-20 Thread informationen
Hi, i have upgraded to doctest version 0.4.1. Now when i try to run the example from the webpage, i get: doctest: Interpreter exited with an error: ExitFailure 127 What's wrong here and how can i fix it? Kind regards Chris This is the content of Fib.hs: module Fib where -- | Compute