[Haskell-cafe] ANN: test-framework-doctest 0.2 (now works also with test-framework 0.5)

2012-02-02 Thread Sakari Jokinen
test-framework-doctest provides integration between doctest-haskell and test-framework.. See http://hackage.haskell.org/package/test-framework-doctest for details. Big thanks to Simon Hengel who did all the real work in making the library work with test-framework 0.5 cheers Sakari

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 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] ANNOUNCE: test-framework-doctest 0.1

2011-07-05 Thread Sakari Jokinen
test-framework-doctest [1] provides a wrapper for running doctests [2] in test-framework [3]. This uses the newly minted API exposed by doctest 0.4 that Simon Hengel just announced [4]. The current incarnation of the package is a very rudimentary. Patches are more than welcome [5]. Many thanks