guix-commits
[Top][All Lists]
Advanced

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

121/177: gnu: ghc-openglraw: Update to 3.2.7.0.


From: Ricardo Wurmus
Subject: 121/177: gnu: ghc-openglraw: Update to 3.2.7.0.
Date: Tue, 13 Feb 2018 07:38:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e80e97b52e4ba9a87e1a3af11bba45b9b7eebe24
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:11:08 2018 +0100

    gnu: ghc-openglraw: Update to 3.2.7.0.
    
    * gnu/packages/haskell.scm (ghc-openglraw): Update to 3.2.7.0.
    [inputs]: Add ghc-fixed.
---
 gnu/packages/haskell.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 20fbf2e..9915b2f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1273,7 +1273,7 @@ computation library for Haskell.")
 (define-public ghc-openglraw
   (package
     (name "ghc-openglraw")
-    (version "2.5.1.0")
+    (version "3.2.7.0")
     (source
      (origin
        (method url-fetch)
@@ -1283,10 +1283,11 @@ computation library for Haskell.")
              ".tar.gz"))
        (sha256
         (base32
-         "1kfq24mxg922ml3kkmym2qfpc56jbmrfbiix4rc2cxlwv05i191k"))))
+         "024aln102d1mmsdalq9jd5mmwjbnrb8gxcak73lybrc7q87kswk2"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-half" ,ghc-half)
+       ("ghc-fixed" ,ghc-fixed)
        ("glu" ,glu)
        ("ghc-text" ,ghc-text)))
     (home-page "http://www.haskell.org/haskellwiki/Opengl";)



reply via email to

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