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.
master
Ricardo Wurmus 2018-02-13 00:11:08 +01:00
parent ea9aaa6ed2
commit e80e97b52e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -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")