guix-commits
[Top][All Lists]
Advanced

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

151/290: gnu: ghc-opengl: Update to 3.0.3.0.


From: guix-commits
Subject: 151/290: gnu: ghc-opengl: Update to 3.0.3.0.
Date: Wed, 6 Nov 2019 08:22:51 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 5b44077d5bd4587cb2106abb86ea32a8dd097604
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:56:39 2019 -0400

    gnu: ghc-opengl: Update to 3.0.3.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-opengl): Update to 3.0.3.0.
    [arguments]: Set Cabal file to r1.
---
 gnu/packages/haskell-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index beefc53..fb17503 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7041,7 +7041,7 @@ old @code{time} library.  For new projects, the newer
 (define-public ghc-opengl
   (package
     (name "ghc-opengl")
-    (version "3.0.2.2")
+    (version "3.0.3.0")
     (source
      (origin
        (method url-fetch)
@@ -7051,8 +7051,11 @@ old @code{time} library.  For new projects, the newer
              ".tar.gz"))
        (sha256
         (base32
-         "19vxwvx2n8zq2klj176l25n2b64ybp0b8mhm4p46gvpcivz41fjc"))))
+         "069fg8jcxqq2z9iikynd8vi3jxm2b5y3qywdh4bdviyzab3zy1as"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:cabal-revision
+       ("1" "1748mrb6r9mpf5jbrx436lwbg8w6dadyy8dhxw2dwnrj5z7zf741")))
     (inputs
      `(("ghc-objectname" ,ghc-objectname)
        ("ghc-gluraw" ,ghc-gluraw)



reply via email to

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