From 465025a121800ca35fe5d0cda1da3db63846e72c Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 26 Feb 2020 12:46:05 +0100 Subject: gnu: ghc-pandoc: Rename to pandoc. * gnu/packages/haskell-xyz.scm (ghc-pandoc): Deprecate. (pandoc): New variable. --- gnu/packages/haskell-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 39e94b780b..68ad518432 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -8303,9 +8303,9 @@ with several features not present in pretty-printing libraries designed for code. It was designed for use in @code{Pandoc}.") (license license:bsd-3))) -(define-public ghc-pandoc +(define-public pandoc (package - (name "ghc-pandoc") + (name "pandoc") (version "2.9.2") (source (origin @@ -8381,6 +8381,9 @@ definition lists, tables, and other features. A compatibility mode is provided for those who need a drop-in replacement for Markdown.pl.") (license license:gpl2+))) +(define-public ghc-pandoc + (deprecated-package "ghc-pandoc" pandoc)) + (define-public ghc-pandoc-citeproc (package (name "ghc-pandoc-citeproc") -- cgit v1.2.3