~ruther/guix-local

e80e97b52e4ba9a87e1a3af11bba45b9b7eebe24 — Ricardo Wurmus 8 years ago ea9aaa6
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.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +3 -2
@@ 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")