Skip to content

Commit

Permalink
Added a few missing files from the examples to the source distributio…
Browse files Browse the repository at this point in the history
…n. Bumped version to 2.5.0.1.
  • Loading branch information
svenpanne committed Sep 18, 2013
1 parent 8936783 commit ed3b5c4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion GLUT.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GLUT
version: 2.5.0.0
version: 2.5.0.1
license: BSD3
license-file: LICENSE
maintainer: Sven Panne <[email protected]>, Jason Dagit <[email protected]>
Expand All @@ -16,6 +16,8 @@ build-type: Simple
cabal-version: >=1.6
extra-source-files:
README.md
examples/00-README
examples/BOGLGP/00-README
examples/BOGLGP/Chapter01/Makefile
examples/BOGLGP/Chapter01/OnYourOwn1.hs
examples/BOGLGP/Chapter01/Simple.hs
Expand All @@ -30,13 +32,15 @@ extra-source-files:
examples/BOGLGP/Chapter03/TrianglesQuads.hs
examples/BOGLGP/Makefile
examples/Makefile
examples/Misc/00-README
examples/Misc/ARBOcclude.hs
examples/Misc/ExtractContours.hs
examples/Misc/Gears.hs
examples/Misc/Makefile
examples/Misc/Pitfall14.hs
examples/Misc/SmoothOpenGL3.hs
examples/Misc/Triangulate.hs
examples/OrangeBook/00-README
examples/OrangeBook/3Dlabs-License.txt
examples/OrangeBook/Makefile
examples/OrangeBook/ogl2brick/Brick.frag
Expand Down Expand Up @@ -118,6 +122,14 @@ extra-source-files:
examples/RedBook4/UnProject.hs
examples/RedBook4/VArray.hs
examples/RedBook4/Wrap.hs
examples/RedBook8/00-README
examples/RedBook8/Chapter01/Makefile
examples/RedBook8/Chapter01/triangles.frac
examples/RedBook8/Chapter01/Triangles.hs
examples/RedBook8/Chapter01/triangles.vert
examples/RedBook8/common/LoadShaders.hs
examples/RedBook8/common/Makefile
examples/RedBook8/Makefile
examples/examples.mk
include/HsGLUTExt.h

Expand Down

0 comments on commit ed3b5c4

Please sign in to comment.