We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778f4dc commit 3430873Copy full SHA for 3430873
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+1.5.0.2
2
+-------
3
+* Relaxed upper version bound for OpenGLRaw.
4
+* Added CHANGELOG.md to distribution.
5
+* Minor build/testing tweaks.
GLURaw.cabal
@@ -1,5 +1,5 @@
name: GLURaw
-version: 1.5.0.1
+version: 1.5.0.2
synopsis: A raw binding for the OpenGL graphics system
description:
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
@@ -23,6 +23,7 @@ category: Graphics
23
build-type: Simple
24
cabal-version: >= 1.10
25
extra-source-files:
26
+ CHANGELOG.md
27
README.md
28
29
flag UseNativeWindowsLibraries
0 commit comments