summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/haskell.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 20fbf2e4e0..9915b2f2fc 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")