Re: [PATCH] gnu: Add ghc-markdown-unlit.

2017-01-04 Thread David Craven
> + (source > + (origin should be (source (origin > + (home-page > + "https://github.com/sol/markdown-unlit#readme";) > + (synopsis > + "Literate Haskell support for Markdown") > + (description > + "This package allows you to have a README.md that at the same time is a (h

[PATCH] gnu: Add ghc-markdown-unlit.

2017-01-04 Thread Danny Milosavljevic
* gnu/packages/haskell.scm (ghc-markdown-unlit): New variable. --- gnu/packages/haskell.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index de061a630..899a5b24c 100644 --- a/gnu/packages/haskell.scm ++