guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add ghc-opengl.


From: ericbavier
Subject: Re: [PATCH] gnu: Add ghc-opengl.
Date: Thu, 22 Oct 2015 03:47:34 -0500

From: Eric Bavier <address@hidden>

> * 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
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]