From: Eric Bavier <ericbav...@openmailbox.org> [...] > +(define-public ghc-openglraw > + (package > + (name "ghc-openglraw") > + (version "2.5.1.0") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "http://hackage.haskell.org/package/OpenGLRaw/OpenGLRaw-" > + version > + ".tar.gz")) > + (sha256 > + (base32 > + "1kfq24mxg922ml3kkmym2qfpc56jbmrfbiix4rc2cxlwv05i191k")))) > + (build-system haskell-build-system) > + (inputs > + `(("ghc-half" ,ghc-half) > + ("glu" ,glu) > + ("ghc-text" ,ghc-text))) > + (home-page > + "http://www.haskell.org/haskellwiki/Opengl") > + (synopsis > + "Raw bindings for the OpenGL graphics system")
"Raw bindings" -> "Raw Haskell bindings" `~Eric