-
Notifications
You must be signed in to change notification settings - Fork 9
/
glgen.cabal
60 lines (58 loc) · 1.54 KB
/
glgen.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: glgen
version: 0.9
synopsis: Complete OpenGL raw bindings
description: Complete OpenGL raw bindings.
license: BSD3
license-file: LICENSE
author: Edward A. Kmett, Gabríel Arthúr Pétursson, Sven Panne
maintainer: [email protected]
copyright: Copyright © 2014-2019 Edward A. Kmett,
Copyright © 2014-2017 Gabríel Arthúr Pétursson,
Copyright © 2013 Sven Panne
category: Graphics
build-type: Simple
cabal-version: 1.24
extra-source-files:
gl.xml
man.txt
extensions.txt
CHANGELOG.markdown
README.markdown
TODO.markdown
Setup.hs
gl/gl.cabal
gl/CHANGELOG.markdown
gl/README.markdown
gl/TODO.markdown
gl/Setup.hs
gl/src/Graphics/GL/Internal/Proc.hs
gl/src/Graphics/GL/Types.hs
gl/src/Graphics/GL.hs
gl/cbits/gl.c
tested-with: GHC == 7.8.4
, GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.5
, GHC == 9.6.2
source-repository head
type: git
location: https://github.com/ekmett/gl
executable glgen
hs-source-dirs: src
main-is: Main.hs
other-modules: Generator Module Parser Registry Utils
default-language: Haskell2010
build-depends:
base == 4.*,
directory >= 1.2 && <= 1.4,
filepath >= 1.3 && < 1.6,
hxt == 9.3.*,
transformers >= 0.2 && < 0.7,
containers >= 0.5 && < 0.8