guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/20: gnu: Add ghc-sdl2-gfx.


From: guix-commits
Subject: 10/20: gnu: Add ghc-sdl2-gfx.
Date: Fri, 7 Jul 2023 09:31:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 045361dd057e1836f7dae952a0f7ba983cff2d5a
Author: zamfofex <zamfofex@twdb.moe>
AuthorDate: Wed Jun 14 09:48:49 2023 -0300

    gnu: Add ghc-sdl2-gfx.
    
    * gnu/packages/haskell-xyz.scm (ghc-sdl2-gfx): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/haskell-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 19af57c2d1..10a52c0586 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10444,6 +10444,27 @@ programming.")
 library.")
     (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
+     "This package provides Haskell bindings to the SDL2_gfx graphics
+library.")
+    (license license:expat)))
+
 (define-public ghc-sdl-image
   (package
     (name "ghc-sdl-image")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]