|
1 | 1 | name: OpenGL
|
2 |
| -version: 2.10.0.2 |
| 2 | +version: 2.11.0.0 |
3 | 3 | synopsis: A binding for the OpenGL graphics system
|
4 | 4 | description:
|
5 |
| - A Haskell binding for the OpenGL graphics system (GL, version 4.4) and its |
| 5 | + A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its |
6 | 6 | accompanying utility library (GLU, version 1.3).
|
7 | 7 | .
|
8 | 8 | OpenGL is the industry's most widely used and supported 2D and 3D graphics
|
@@ -31,7 +31,6 @@ library
|
31 | 31 | Graphics.Rendering.OpenGL.GL.BeginEnd
|
32 | 32 | Graphics.Rendering.OpenGL.GL.Bitmaps
|
33 | 33 | Graphics.Rendering.OpenGL.GL.BufferObjects
|
34 |
| - Graphics.Rendering.OpenGL.GL.ByteString |
35 | 34 | Graphics.Rendering.OpenGL.GL.Clipping
|
36 | 35 | Graphics.Rendering.OpenGL.GL.ColorSum
|
37 | 36 | Graphics.Rendering.OpenGL.GL.Colors
|
@@ -105,6 +104,7 @@ library
|
105 | 104 | other-modules:
|
106 | 105 | Graphics.Rendering.OpenGL.GL.BlendingFactor
|
107 | 106 | Graphics.Rendering.OpenGL.GL.BufferMode
|
| 107 | + Graphics.Rendering.OpenGL.GL.ByteString |
108 | 108 | Graphics.Rendering.OpenGL.GL.Capability
|
109 | 109 | Graphics.Rendering.OpenGL.GL.ComparisonFunction
|
110 | 110 | Graphics.Rendering.OpenGL.GL.ControlPoint
|
@@ -145,7 +145,7 @@ library
|
145 | 145 | Graphics.Rendering.OpenGL.GL.VertexAttributes
|
146 | 146 | Graphics.Rendering.OpenGL.GLU.ErrorsInternal
|
147 | 147 | hs-source-dirs: src
|
148 |
| - ghc-options: -Wall -O2 |
| 148 | + ghc-options: -Wall |
149 | 149 | build-depends:
|
150 | 150 | base >= 3 && < 5, bytestring, text, OpenGLRaw >= 2.1, GLURaw >= 1.3.0.0
|
151 | 151 | default-language: Haskell2010
|
|
0 commit comments