samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 5b44077d5bd4587cb2106abb86ea32a8dd097604
Author: Timothy Sample <[email protected]>
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)