On 2015-10-22 at 05:32, quoth ericbav...@openmailbox.org:
> Testing for and with doctest is tricky. I'm not sure your comment about
> missing test frameworks is accurate; it looks, from what I can tell, like all
> the necessary inputs are present.
>
> I believe the issue is that tests that call t
From: Eric Bavier
> * gnu/packages/haskell.scm (ghc-doctest): New variable.
> ---
> gnu/packages/haskell.scm | 35 +++
> 1 file changed, 35 insertions(+)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index cfe2ebe..855a21b 100644
> --- a/