unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
To: 64965@debbugs.gnu.org
Cc: Lars-Dominik Braun <lars@6xq.net>
Subject: [bug#64965] [PATCH 7/8] gnu: Add ghc-vty.
Date: Sun, 30 Jul 2023 01:59:59 +0200	[thread overview]
Message-ID: <18509689167f350b4ced3a6d365b325a93e2205c.1690675200.git.me@tobias.gr> (raw)
In-Reply-To: <020d302edff3fb5ea32ab5bc4c38abd19233992f.1690675200.git.me@tobias.gr>

* gnu/packages/haskell-xyz.scm (ghc-vty): New public variable.
---
 gnu/packages/haskell-xyz.scm | 42 ++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 1db3a157f1..c02fd007f9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13884,6 +13884,48 @@ (define-public ghc-void
 given term should not exist.")
     (license license:bsd-3)))
 
+(define-public ghc-vty
+  (package
+  (name "ghc-vty")
+  (version "5.35.1")
+  (source
+   (origin
+     (method url-fetch)
+     (uri (hackage-uri "vty" version))
+     (sha256
+      (base32 "062dpz8fxrnggzpl041zpbph0xj56jki98ajm2s78dldg5vy0c9k"))))
+  (build-system haskell-build-system)
+  (native-inputs
+   (list ghc-hunit
+         ghc-quickcheck
+         ghc-quickcheck-assertions
+         ghc-random
+         ghc-smallcheck
+         ghc-string-qq
+         ghc-test-framework
+         ghc-test-framework-smallcheck
+         ghc-test-framework-hunit))
+  (inputs
+   (list ghc-ansi-terminal
+         ghc-blaze-builder
+         ghc-hashable
+         ghc-microlens
+         ghc-microlens-mtl
+         ghc-microlens-th
+         ghc-parallel
+         ghc-utf8-string
+         ghc-vector))
+  (arguments
+   `(#:cabal-revision ("1"
+                       "1zqcvgqhcij92241g20zn3c3a4033biid3f3cqg05q1ygrmznxb5")))
+  (properties '((upstream-name . "vty")))
+  (home-page "https://github.com/jtdaugherty/vty")
+  (synopsis "Simple terminal UI library")
+  (description
+   "vty is a terminal GUI library in the niche of ncurses, intended to be easy
+to use and to provide good support for common terminal types.")
+  (license license:bsd-3)))
+
 (define-public ghc-wave
   (package
     (name "ghc-wave")
-- 
2.41.0





  parent reply	other threads:[~2023-07-30 22:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-30 22:38 [bug#64965] Add glirc Tobias Geerinckx-Rice via Guix-patches via
2023-07-29 23:59 ` [bug#64965] [PATCH 1/8] gnu: Add ghc-curve25519 Tobias Geerinckx-Rice via Guix-patches via
2023-07-29 23:59   ` [bug#64965] [PATCH 2/8] gnu: Add ghc-config-value Tobias Geerinckx-Rice via Guix-patches via
2023-07-29 23:59   ` [bug#64965] [PATCH 3/8] gnu: Add ghc-config-schema Tobias Geerinckx-Rice via Guix-patches via
2023-07-29 23:59   ` [bug#64965] [PATCH 4/8] gnu: Add ghc-hsopenssl-x509-system Tobias Geerinckx-Rice via Guix-patches via
2023-07-29 23:59   ` [bug#64965] [PATCH 5/8] gnu: Add ghc-hookup Tobias Geerinckx-Rice via Guix-patches via
2023-07-29 23:59   ` [bug#64965] [PATCH 6/8] gnu: Add ghc-irc-core Tobias Geerinckx-Rice via Guix-patches via
2023-07-29 23:59   ` Tobias Geerinckx-Rice via Guix-patches via [this message]
2023-07-30  0:00   ` [bug#64965] [PATCH 8/8] gnu: Add glirc Tobias Geerinckx-Rice via Guix-patches via
2023-07-31  7:00 ` [bug#64965] " Lars-Dominik Braun
2023-07-31 19:25 ` bug#64965: " Tobias Geerinckx-Rice via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18509689167f350b4ced3a6d365b325a93e2205c.1690675200.git.me@tobias.gr \
    --to=guix-patches@gnu.org \
    --cc=64965@debbugs.gnu.org \
    --cc=lars@6xq.net \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).