[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/49: gnu: Add ghc-highlighting-kate.
From: |
Ricardo Wurmus |
Subject: |
08/49: gnu: Add ghc-highlighting-kate. |
Date: |
Thu, 10 Dec 2015 13:36:39 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 66c480b6c85a5bd710802847b3594b3bba7b80f9
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 26 17:06:22 2015 +0100
gnu: Add ghc-highlighting-kate.
* gnu/packages/haskell.scm (ghc-highlighting-kate): New variable.
---
gnu/packages/haskell.scm | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b7452cd..0bf85bf 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5076,6 +5076,38 @@ providing the PCRE backend to accompany regex-base, with
bundled code from
and utilities for pretty printing.")
(license bsd-3)))
+(define-public ghc-highlighting-kate
+ (package
+ (name "ghc-highlighting-kate")
+ (version "0.6")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/";
+ "highlighting-kate/highlighting-kate-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "16334fbiyq6017zbgc59qc00h0bk24xh4dcrbqx63dvf72ac37dk"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-diff" ,ghc-diff)
+ ("ghc-regex-pcre-builtin" ,ghc-regex-pcre-builtin)))
+ (native-inputs
+ `(("ghc-parsec" ,ghc-parsec)
+ ("ghc-blaze-html" ,ghc-blaze-html)
+ ("ghc-utf8-string" ,ghc-utf8-string)
+ ("ghc-mtl" ,ghc-mtl)))
+ (home-page "http://github.com/jgm/highlighting-kate";)
+ (synopsis "Syntax highlighting library")
+ (description
+ "Highlighting-kate is a syntax highlighting library with support for
+nearly one hundred languages. The syntax parsers are automatically generated
+from @uref{http://kate-editor.org/, Kate syntax descriptions}, so any syntax
+supported by Kate can be added. An (optional) command-line program is
+provided, along with a utility for generating new parsers from Kate XML syntax
+descriptions.")
+ (license gpl2+)))
+
(define-public idris
(package
(name "idris")
- 01/49: gnu: ghc-haskell-src-exts: Propagate some inputs., (continued)
- 01/49: gnu: ghc-haskell-src-exts: Propagate some inputs., Ricardo Wurmus, 2015/12/10
- 02/49: gnu: ghc-aeson: Propagate input., Ricardo Wurmus, 2015/12/10
- 05/49: gnu: Add ghc-texmath., Ricardo Wurmus, 2015/12/10
- 07/49: gnu: Add ghc-diff., Ricardo Wurmus, 2015/12/10
- 10/49: gnu: Add ghc-executable-path., Ricardo Wurmus, 2015/12/10
- 12/49: gnu: Add ghc-packedstring., Ricardo Wurmus, 2015/12/10
- 04/49: gnu: Add ghc-pandoc-types., Ricardo Wurmus, 2015/12/10
- 13/49: gnu: Add ghc-th-lift., Ricardo Wurmus, 2015/12/10
- 03/49: gnu: Add ghc-deepseq-generics., Ricardo Wurmus, 2015/12/10
- 14/49: gnu: Add ghc-th-expand-syns., Ricardo Wurmus, 2015/12/10
- 08/49: gnu: Add ghc-highlighting-kate.,
Ricardo Wurmus <=
- 09/49: gnu: Add ghc-cmark., Ricardo Wurmus, 2015/12/10
- 15/49: gnu: Add ghc-th-reify-many., Ricardo Wurmus, 2015/12/10
- 06/49: gnu: Add ghc-regex-pcre-builtin., Ricardo Wurmus, 2015/12/10
- 21/49: gnu: Add ghc-logging-facade., Ricardo Wurmus, 2015/12/10
- 16/49: gnu: Add ghc-th-orphans., Ricardo Wurmus, 2015/12/10
- 18/49: gnu: Add ghc-aeson-qq., Ricardo Wurmus, 2015/12/10
- 20/49: gnu: Add ghc-conduit., Ricardo Wurmus, 2015/12/10
- 22/49: gnu: Add ghc-mockery., Ricardo Wurmus, 2015/12/10
- 11/49: gnu: Add ghc-enclosed-exceptions., Ricardo Wurmus, 2015/12/10
- 19/49: gnu: Add ghc-hspec-contrib., Ricardo Wurmus, 2015/12/10