summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-02-26 12:46:05 +0100
committerGuix Patches Tester <>2020-02-26 11:52:17 +0000
commit465025a121800ca35fe5d0cda1da3db63846e72c (patch)
treea2ad17f1495503bd62677ebbb073e78c91f3aaa9
parent323f39278de634c2e0f0584a94a498ea62ff7475 (diff)
downloadpatches-series-3022.tar
patches-series-3022.tar.gz
gnu: ghc-pandoc: Rename to pandoc.series-3022
* gnu/packages/haskell-xyz.scm (ghc-pandoc): Deprecate. (pandoc): New variable.
-rw-r--r--gnu/packages/haskell-xyz.scm7
1 files 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")