[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44518] [PATCH v3 23/25] gnu: Add ghc-brick.
From: |
Romain GARBAGE |
Subject: |
[bug#44518] [PATCH v3 23/25] gnu: Add ghc-brick. |
Date: |
Mon, 22 Jul 2024 13:28:20 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-brick): New variable.
Change-Id: I52fbfa27422a6aacca65d0e8ed5ffa3ab335cc67
---
gnu/packages/haskell-xyz.scm | 39 ++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 10618be91a..4ccb9c01ae 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -15887,6 +15887,45 @@ (define-public ghc-breakpoint
[README](https://github.com/aaronallen8455/breakpoint#breakpoint) for
details.")
(license license:expat)))
+(define-public ghc-brick
+ (package
+ (name "ghc-brick")
+ (version "2.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "brick" version))
+ (sha256
+ (base32 "160np0bz1mcfkp077yc936i026s3zv1czn8lj3k3qr6scldavw35"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "brick")))
+ (inputs (list ghc-vty-6
+ ghc-vty-crossplatform
+ ghc-bimap
+ ghc-data-clist
+ ghc-microlens
+ ghc-microlens-th
+ ghc-microlens-mtl
+ ghc-config-ini
+ ghc-vector
+ ghc-text-zipper
+ ghc-unix-compat-7
+ ghc-word-wrap
+ ghc-random))
+ (native-inputs (list ghc-quickcheck))
+ (home-page "https://github.com/jtdaugherty/brick/")
+ (synopsis "Declarative terminal user interface library")
+ (description
+ "Write terminal user interfaces (TUIs) painlessly with brick'! You write
an event
+handler and a drawing function and the library does the rest. . . > module Main
+where > > import Brick > > ui :: Widget () > ui = str \"Hello, world!\" > >
main
+:: IO () > main = @code{simpleMain} ui . . To get started, see: . *
+<https://github.com/jtdaugherty/brick/blob/master/README.md The README> . * The
+<https://github.com/jtdaugherty/brick/blob/master/docs/guide.rst Brick user
+guide> . * The demonstration programs in the programs directory . . This
+package deprecates <http://hackage.haskell.org/package/vty-ui vty-ui>.")
+ (license license:bsd-3)))
+
(define-public ghc-githash
(package
(name "ghc-githash")
--
2.45.1
- [bug#71938] [PATCH v3 10/25] gnu: Add ghc-modern-uri., (continued)
- [bug#71938] [PATCH v3 10/25] gnu: Add ghc-modern-uri., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 09/25] gnu: Add ghc-mattermost-api-qc., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 11/25] gnu: Add ghc-aspell-pipe., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 17/25] gnu: Add ghc-unique., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 12/25] gnu: Add ghc-bimap., Romain GARBAGE, 2024/07/22
- [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 <=
- [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, 2024/07/22
- [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