[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
205/272: gnu: ghc-skylighting: Update to 0.7.2.
From: |
Ricardo Wurmus |
Subject: |
205/272: gnu: ghc-skylighting: Update to 0.7.2. |
Date: |
Mon, 1 Oct 2018 06:13:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 61849d425f9b5351f06553419b23cfffaba7ee29
Author: Timothy Sample <address@hidden>
Date: Wed Sep 5 14:28:18 2018 -0400
gnu: ghc-skylighting: Update to 0.7.2.
* gnu/packages/haskell.scm (ghc-skylighting-core): New variable.
(ghc-skylighting): Simplify by inheriting from ghc-skylighting-core.
---
gnu/packages/haskell.scm | 37 +++++++++++++++++++++++++++----------
1 file changed, 27 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 12fb912..d8ceb0a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6494,17 +6494,18 @@ needs. It provides a very simple API to create sockets
to a destination with
the choice of SSL/TLS, and SOCKS.")
(license license:bsd-3)))
-(define-public ghc-skylighting
+(define-public ghc-skylighting-core
(package
- (name "ghc-skylighting")
- (version "0.5.1")
+ (name "ghc-skylighting-core")
+ (version "0.7.2")
(source (origin
(method url-fetch)
- (uri (string-append
"https://hackage.haskell.org/package/skylighting-"
- version "/skylighting-" version ".tar.gz"))
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "skylighting-core/skylighting-core-"
+ version ".tar.gz"))
(sha256
(base32
- "0l5lhhqqlfaq1fs7pn3n3b25kmazk8p4ahwvhagbrhcbm5hsigdg"))))
+ "066fwmwsd7xcvwlinfk2izlzq0xp8697i6lnbgsbl71jdybyackq"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)
@@ -6514,21 +6515,21 @@ the choice of SSL/TLS, and SOCKS.")
("ghc-blaze-html" ,ghc-blaze-html)
("ghc-case-insensitive" ,ghc-case-insensitive)
("ghc-colour" ,ghc-colour)
- ("ghc-diff" ,ghc-diff)
("ghc-hxt" ,ghc-hxt)
- ("ghc-pretty-show" ,ghc-pretty-show)
("ghc-regex-pcre-builtin" ,ghc-regex-pcre-builtin)
("ghc-safe" ,ghc-safe)
("ghc-text" ,ghc-text)
("ghc-utf8-string" ,ghc-utf8-string)))
(native-inputs
- `(("ghc-hunit" ,ghc-hunit)
+ `(("ghc-diff" ,ghc-diff)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-pretty-show" ,ghc-pretty-show)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-tasty" ,ghc-tasty)
("ghc-tasty-golden" ,ghc-tasty-golden)
("ghc-tasty-hunit" ,ghc-tasty-hunit)
("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
- (home-page "https://hackage.haskell.org/package/skylighting")
+ (home-page "https://github.com/jgm/skylighting")
(synopsis "Syntax highlighting library")
(description "Skylighting is a syntax highlighting library with support
for over one hundred languages. It derives its tokenizers from XML syntax
@@ -6537,6 +6538,22 @@ supported by that framework can be added. An optional
command-line program is
provided. Skylighting is intended to be the successor to highlighting-kate.")
(license license:gpl2)))
+(define-public ghc-skylighting
+ (package
+ (inherit ghc-skylighting-core)
+ (name "ghc-skylighting")
+ (version "0.7.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
"https://hackage.haskell.org/package/skylighting-"
+ version "/skylighting-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1rh3z1a7a4clvksdw1qlpmhxqkfahwypi70k91whgfamzsqpxdch"))))
+ (inputs
+ `(("ghc-skylighting-core" ,ghc-skylighting-core)
+ ,@(package-inputs ghc-skylighting-core)))))
+
(define-public ghc-skylighting-for-pandoc-1
(package (inherit ghc-skylighting)
(version "0.1.1.5")
- 180/272: gnu: ghc-hslua: Update to 0.9.5.2., (continued)
- 180/272: gnu: ghc-hslua: Update to 0.9.5.2., Ricardo Wurmus, 2018/10/01
- 201/272: gnu: ghc-free: Update to 5.0.2., Ricardo Wurmus, 2018/10/01
- 193/272: gnu: ghc-lifted-async: Update to 0.10.0.2., Ricardo Wurmus, 2018/10/01
- 208/272: gnu: ghc-either: Update to 5.0.1., Ricardo Wurmus, 2018/10/01
- 226/272: gnu: Add ghc-cryptohash-sha256., Ricardo Wurmus, 2018/10/01
- 236/272: gnu: ghc-chart: Update to 1.9., Ricardo Wurmus, 2018/10/01
- 234/272: gnu: ghc-warp: Update to 3.2.23., Ricardo Wurmus, 2018/10/01
- 215/272: gnu: idris: Update to 1.3.0., Ricardo Wurmus, 2018/10/01
- 268/272: gnu: shellcheck: Update to 0.5.0., Ricardo Wurmus, 2018/10/01
- 195/272: gnu: ghc-profunctors: Update Cabal file to r2., Ricardo Wurmus, 2018/10/01
- 205/272: gnu: ghc-skylighting: Update to 0.7.2.,
Ricardo Wurmus <=
- 223/272: gnu: ghc-simple-sendfile: Update to 0.2.27., Ricardo Wurmus, 2018/10/01
- 212/272: gnu: ghc-kan-extensions: Update to 5.2., Ricardo Wurmus, 2018/10/01
- 235/272: gnu: xmobar: Update to 0.28., Ricardo Wurmus, 2018/10/01
- 241/272: gnu: Add ghc-rio., Ricardo Wurmus, 2018/10/01
- 217/272: gnu: ghc-wai-extra: Update to 3.0.24.2., Ricardo Wurmus, 2018/10/01
- 222/272: gnu: ghc-monad-logger: Update to 0.3.29., Ricardo Wurmus, 2018/10/01
- 209/272: gnu: ghc-fsnotify: Update to 0.3.0.1., Ricardo Wurmus, 2018/10/01
- 251/272: gnu: ghc-yesod-form: Update to 1.6.2., Ricardo Wurmus, 2018/10/01
- 246/272: gnu: ghc-esqueleto: Update to commit b81e0d9., Ricardo Wurmus, 2018/10/01
- 249/272: gnu: ghc-haddock-api: Update to 2.19.0.1., Ricardo Wurmus, 2018/10/01