unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: zamfofex <zamfofex@twdb.moe>
To: 64066@debbugs.gnu.org
Cc: zamfofex <zamfofex@twdb.moe>, Lars-Dominik Braun <lars@6xq.net>
Subject: [bug#64066] [PATCH 09/19] gnu: Add ghc-sdl2-gfx
Date: Wed, 14 Jun 2023 09:48:49 -0300	[thread overview]
Message-ID: <5eac0644743fabd5009f97cc8059a1cef4628210.1686746569.git.zamfofex@twdb.moe> (raw)
In-Reply-To: <cover.1686746568.git.zamfofex@twdb.moe>

* gnu/packages/haskell-xyz.scm (ghc-sdl2-gfx): New variable.
---
 gnu/packages/haskell-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3c88d769e1..9c68a3b63a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10447,6 +10447,25 @@ (define-public ghc-sdl2-ttf
 <https://github.com/libsdl-org/SDL_ttf>.")
     (license license:bsd-3)))
 
+(define-public ghc-sdl2-gfx
+  (package
+    (name "ghc-sdl2-gfx")
+    (version "0.3.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (hackage-uri "sdl2-gfx" version))
+              (sha256
+               (base32
+                "0r9m54ffkp1dv2ffz9i9318qhvpinc76iih7vg1dwq3siwgpxaxw"))))
+    (build-system haskell-build-system)
+    (properties '((upstream-name . "sdl2-gfx")))
+    (inputs (list ghc-lifted-base ghc-monad-control ghc-sdl2 ghc-vector sdl2-gfx))
+    (native-inputs (list pkg-config))
+    (home-page "http://hackage.haskell.org/package/sdl2-gfx")
+    (synopsis "Haskell bindings to SDL2_gfx")
+    (description "")
+    (license license:expat)))
+
 (define-public ghc-sdl-image
   (package
     (name "ghc-sdl-image")
-- 
2.40.1





  parent reply	other threads:[~2023-06-14 12:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14 12:46 [bug#64066] [PATCH 00/19] Add Plunder zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 01/19] gnu: Add ghc-proctest zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 02/19] gnu: Add ghc-hscolour zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 03/19] gnu: Add ghc-constraints-extras zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 04/19] gnu: Add ghc-indexed-profunctors zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 05/19] gnu: Add ghc-generic-lens-core zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 06/19] gnu: Add ghc-generic-lens zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 07/19] gnu: Add ghc-these-lens zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 08/19] gnu: Add ghc-sdl2-ttf zamfofex
2023-06-14 12:48 ` zamfofex [this message]
2023-06-14 12:48 ` [bug#64066] [PATCH 10/19] gnu: Add ghc-exception-transformers zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 11/19] gnu: Add ghc-commutative-semigroup zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 12/19] gnu: Add ghc-dependent-sum zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 13/19] gnu: Add ghc-dependent-map zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 14/19] gnu: Add ghc-prim-uniq zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 15/19] gnu: Add ghc-patch zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 16/19] gnu: Add ghc-ref-tf zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 17/19] gnu: Add ghc-reflex zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 18/19] gnu: Add ghc-reflex-sdl2 zamfofex
2023-06-14 12:48 ` [bug#64066] [PATCH 19/19] gnu: Add Plunder zamfofex
2023-06-14 16:49 ` [bug#64066] [PATCH 00/19] " Liliana Marie Prikler
2023-07-07 13:34 ` bug#64066: " Ludovic Courtès

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=5eac0644743fabd5009f97cc8059a1cef4628210.1686746569.git.zamfofex@twdb.moe \
    --to=zamfofex@twdb.moe \
    --cc=64066@debbugs.gnu.org \
    --cc=lars@6xq.net \
    /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).