[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71938] [PATCH v2 19/25] gnu: Add ghc-vty-crossplatform.
From: |
Romain GARBAGE |
Subject: |
[bug#71938] [PATCH v2 19/25] gnu: Add ghc-vty-crossplatform. |
Date: |
Tue, 9 Jul 2024 15:54:03 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-vty-crossplatform): New variable.
Change-Id: Icbd33d9bbd7561bdb6178b3431edef6a1db92fcb
---
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 7558a677a4..baf797a8ca 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -14134,6 +14134,26 @@ (define-public ghc-vty
to use and to provide good support for common terminal types.")
(license license:bsd-3)))
+(define-public ghc-vty-crossplatform
+ (package
+ (name "ghc-vty-crossplatform")
+ (version "0.4.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "vty-crossplatform" version))
+ (sha256
+ (base32 "06iwxgqrqzz05hmic7z5hxd48x0i49sk935vm0xfi0xq28sl7r9m"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "vty-crossplatform")))
+ (inputs (list ghc-vty-6 ghc-vty-unix ghc-random ghc-string-qq))
+ (home-page "http://hackage.haskell.org/package/vty-crossplatform")
+ (synopsis "Cross-platform support for Vty")
+ (description
+ "This package provides a generic interface for multiple Vty platforms in
one
+package so you don't have to conditionally depend on them in your cabal file.")
+ (license license:bsd-3)))
+
(define-public ghc-wave
(package
(name "ghc-wave")
--
2.45.1
- [bug#44518] [PATCH v2 10/25] gnu: Add ghc-modern-uri., (continued)
- [bug#44518] [PATCH v2 10/25] gnu: Add ghc-modern-uri., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 15/25] gnu: ghc-text-zipper: Update to 0.13., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 24/25] gnu: Add ghc-brick-skylighting., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 09/25] gnu: Add ghc-mattermost-api-qc., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 17/25] gnu: Add ghc-unique., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 20/25] gnu: Add ghc-vty-unix., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 23/25] gnu: Add ghc-brick., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 16/25] gnu: Add ghc-stm-delay., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 18/25] gnu: Add ghc-unix-compat-7., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 21/25] gnu: Add ghc-vty-6., Romain GARBAGE, 2024/07/09
- [bug#71938] [PATCH v2 19/25] gnu: Add ghc-vty-crossplatform.,
Romain GARBAGE <=
- [bug#44518] [PATCH v2 22/25] gnu: Add ghc-hclip., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 25/25] gnu: Add matterhorn., Romain GARBAGE, 2024/07/09