GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer interface. ok sthen@ (will be hooked to the build during the ghc update)
13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
$OpenBSD: patch-GLURaw_cabal,v 1.1.1.1 2013/07/18 21:02:02 kili Exp $
|
|
--- GLURaw.cabal.orig Sun Nov 4 20:17:44 2012
|
|
+++ GLURaw.cabal Mon Jul 8 15:01:05 2013
|
|
@@ -54,7 +54,7 @@ library
|
|
if os(darwin)
|
|
frameworks: OpenGL
|
|
else
|
|
- extra-libraries: GLU
|
|
+ extra-libraries: GLU GL
|
|
|
|
source-repository head
|
|
type: git
|