aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 12:56:39 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:21 -0500
commit79a069108902fc8bdff2dd4d5774d60ce8bb1382 (patch)
tree6a1f2695362e81934234d6f40b48909fa58e8390
parent871ceb317bdcc61112928f7f030297839701ce64 (diff)
downloadguix-79a069108902fc8bdff2dd4d5774d60ce8bb1382.tar
guix-79a069108902fc8bdff2dd4d5774d60ce8bb1382.tar.gz
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.
-rw-r--r--gnu/packages/haskell-xyz.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f6b8bde303..840b2fbab3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7061,7 +7061,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)
@@ -7071,8 +7071,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)