[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
147/154: gnu: Add ghc-opengl.
From: |
Paul |
Subject: |
147/154: gnu: Add ghc-opengl. |
Date: |
Thu, 22 Oct 2015 17:24:04 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 6547afc0ee97789e32e11375eebb2365e7c5165f
Author: Paul van der Walt <address@hidden>
Date: Fri Oct 16 11:45:13 2015 +0200
gnu: Add ghc-opengl.
* gnu/packages/haskell.scm (ghc-opengl): New variable.
---
gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 069d85c..9c55153 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -926,6 +926,34 @@ utility library. 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
+ (name "ghc-opengl")
+ (version "2.12.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/OpenGL/OpenGL-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1mcfb167jl75qc2hgylh83vf2jqizvyvkvhhb72adi2crc3zqz4b"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-text" ,ghc-text)
+ ("ghc-objectname" ,ghc-objectname)
+ ("ghc-gluraw" ,ghc-gluraw)
+ ("ghc-statevar" ,ghc-statevar)
+ ("ghc-openglraw" ,ghc-openglraw)))
+ (home-page "http://www.haskell.org/haskellwiki/Opengl")
+ (synopsis "Haskell bindings for the OpenGL graphics system")
+ (description "This package provides Haskell bindings for the OpenGL
+graphics system (GL, version 4.5) and its accompanying utility library (GLU,
+version 1.3).")
+ (license bsd-3)))
+
(define-public ghc-streaming-commons
(package
(name "ghc-streaming-commons")
- 130/154: gnu: Add ghc-trifecta., (continued)
- 130/154: gnu: Add ghc-trifecta., Paul, 2015/10/22
- 132/154: gnu: Add ghc-haddock-library., Paul, 2015/10/22
- 131/154: gnu: Add Idris., Paul, 2015/10/22
- 134/154: gnu: Add ghc-haddock., Paul, 2015/10/22
- 136/154: gnu: Add ghc-multipart., Paul, 2015/10/22
- 125/154: gnu: Add ghc-wai-extra., Paul, 2015/10/22
- 138/154: gnu: Add ghc-html., Paul, 2015/10/22
- 135/154: gnu: Add ghc-alex., Paul, 2015/10/22
- 137/154: gnu: Add ghc-cgi., Paul, 2015/10/22
- 145/154: gnu: Add ghc-gluraw., Paul, 2015/10/22
- 147/154: gnu: Add ghc-opengl.,
Paul <=
- 140/154: gnu: Add ghc-xhtml., Paul, 2015/10/22
- 142/154: gnu: Add ghc-regex-compat., Paul, 2015/10/22
- 141/154: gnu: Add ghc-regex-posix., Paul, 2015/10/22
- 146/154: gnu: Add ghc-objectname., Paul, 2015/10/22
- 133/154: gnu: Add ghc-haddock-api., Paul, 2015/10/22
- 148/154: gnu: Add ghc-glut., Paul, 2015/10/22
- 151/154: gnu: Add ghc-sdl-image., Paul, 2015/10/22
- 139/154: gnu: Add ghc-haskell-src., Paul, 2015/10/22
- 143/154: gnu: Add ghc-half., Paul, 2015/10/22
- 153/154: import: hackage: Update GHC libraries for 7.10.2., Paul, 2015/10/22