[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44518] [PATCH v3 24/25] gnu: Add ghc-brick-skylighting.
From: |
Romain GARBAGE |
Subject: |
[bug#44518] [PATCH v3 24/25] gnu: Add ghc-brick-skylighting. |
Date: |
Mon, 22 Jul 2024 13:28:21 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-brick-skylighting): New variable.
Change-Id: I634c108edff99b1003c26dbb2f9107ed464a5e84
---
gnu/packages/haskell-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 4ccb9c01ae..4e865483fb 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -15926,6 +15926,26 @@ (define-public ghc-brick
package deprecates <http://hackage.haskell.org/package/vty-ui vty-ui>.")
(license license:bsd-3)))
+(define-public ghc-brick-skylighting
+ (package
+ (name "ghc-brick-skylighting")
+ (version "1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "brick-skylighting" version))
+ (sha256
+ (base32 "1nw2x9zn0jlvykm89v80fh4187bxgn8l4cljgnf4mp4ci7aqjmkr"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "brick-skylighting")))
+ (inputs (list ghc-brick ghc-vty-6 ghc-skylighting-core))
+ (home-page "https://github.com/jtdaugherty/brick-skylighting/")
+ (synopsis "Show syntax-highlighted text in your Brick UI")
+ (description
+ "This package provides a module to use Skylighting to perform syntax
highlighting
+and display the results in Brick-based interfaces.")
+ (license license:bsd-3)))
+
(define-public ghc-githash
(package
(name "ghc-githash")
--
2.45.1
- [bug#71938] [PATCH v3 14/25] gnu: Add ghc-monad-parallel., (continued)
- [bug#71938] [PATCH v3 14/25] gnu: Add ghc-monad-parallel., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 18/25] gnu: Add ghc-unix-compat-7., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 16/25] gnu: Add ghc-stm-delay., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 13/25] gnu: Add ghc-checkers., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 19/25] gnu: Add ghc-vty-crossplatform., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 23/25] gnu: Add ghc-brick., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 15/25] gnu: ghc-text-zipper: Update to 0.13., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 21/25] gnu: Add ghc-vty-6., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 25/25] gnu: Add matterhorn., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 22/25] gnu: Add ghc-hclip., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 24/25] gnu: Add ghc-brick-skylighting.,
Romain GARBAGE <=
- [bug#44518] [PATCH v3 20/25] gnu: Add ghc-vty-unix., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 00/25] Add matterhorn package., Ricardo Wurmus, 2024/07/22
- bug#71938: [PATCH v3 00/25] Add matterhorn package., Ricardo Wurmus, 2024/07/22