We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abf2d9 commit 0c85cb2Copy full SHA for 0c85cb2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.7.0.3
2
+--------
3
+* Added CHANGELOG.md to distribution.
4
+
5
2.7.0.2
6
--------
7
* Fixed typo in shader file extension.
GLUT.cabal
@@ -1,5 +1,5 @@
name: GLUT
-version: 2.7.0.2
+version: 2.7.0.3
synopsis: A binding for the OpenGL Utility Toolkit
description:
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -17,6 +17,7 @@ category: Graphics
17
build-type: Simple
18
cabal-version: >=1.10
19
extra-source-files:
20
+ CHANGELOG.md
21
README.md
22
examples/00-README
23
examples/BOGLGP/00-README
0 commit comments