diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 00:11:08 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:38 +0100 |
commit | e80e97b52e4ba9a87e1a3af11bba45b9b7eebe24 (patch) | |
tree | 35bef0226efaa52ca39c628fc99962641b58d3b3 /gnu | |
parent | ea9aaa6ed2ecabc7a54840a630e7a53da2f83f83 (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 5 |
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") |