Skip to content

Commit d3c5bf5

Browse files
committed
Fixed file usage in *.cabal files. Removed unused header. Bumped version to 2.5.0.1.
1 parent 9bb7383 commit d3c5bf5

File tree

3 files changed

+6
-42
lines changed

3 files changed

+6
-42
lines changed

OpenGLRaw.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenGLRaw
2-
version: 2.5.0.0
2+
version: 2.5.0.1
33
synopsis: A raw binding for the OpenGL graphics system
44
description:
55
OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and
@@ -30,8 +30,9 @@ build-type: Simple
3030
cabal-version: >= 1.10
3131
extra-source-files:
3232
README.md
33-
include/HsOpenGLRaw.h
3433
RegistryProcessor/LICENSE
34+
RegistryProcessor/OpenGL-Registry/gl.xml
35+
RegistryProcessor/OpenGL-Registry/registry.rnc
3536
RegistryProcessor/RegistryProcessor.cabal
3637
RegistryProcessor/Setup.hs
3738
RegistryProcessor/src/DeclarationParser.hs
@@ -579,7 +580,6 @@ library
579580
c-sources:
580581
cbits/HsOpenGLRaw.c
581582
hs-source-dirs: src
582-
include-dirs: include
583583
build-depends:
584584
base >= 4 && < 5,
585585
transformers >= 0.2 && < 0.5

RegistryProcessor/RegistryProcessor.cabal

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: RegistryProcessor
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
synopsis: A processor for the OpenGL Registry
44
description: A tool for generating OpenGLRaw from the OpenGL Registry
55
license: BSD3
@@ -9,13 +9,8 @@ maintainer: Sven Panne <svenpanne@gmail.com>
99
category: Graphics
1010
build-type: Simple
1111
extra-source-files:
12-
TODO
13-
registry/egl.xml
14-
registry/gl.xml
15-
registry/glx.xml
16-
registry/registry.rnc
17-
registry/registry.rng
18-
registry/wgl.xml
12+
OpenGL-Registry/gl.xml
13+
OpenGL-Registry/registry.rnc
1914
cabal-version: >=1.10
2015

2116
executable RegistryProcessor

include/HsOpenGLRaw.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)