From: Eric Bavier <ericbav...@openmailbox.org> > * gnu/packages/haskell.scm (ghc-opengl): New variable. > --- > gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index 5203cd0..792dce0 100644 > --- a/gnu/packages/haskell.scm > +++ b/gnu/packages/haskell.scm > @@ -940,6 +940,36 @@ It is basically a 1:1 mapping of GLU's C API, intended > as a basis for a nicer > interface.") > (license bsd-3))) > > +(define-public ghc-opengl > + (package [...] > + (synopsis > + "Bindings for the OpenGL graphics system")
"Haskell bindings for the OpenGL graphics system" > + (description > + "A Haskell binding for the OpenGL graphics system (GL, version 4.5) and > +its accompanying utility library (GLU, version 1.3).") "This package provides Haskell bindings for..." And similar suggestions for ghc-glut. `~Eric > + (license bsd-3))) > + > (define-public ghc-streaming-commons > (package > (name "ghc-streaming-commons") > -- > 2.5.0 >