-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathnehe-tuts.cabal
106 lines (104 loc) · 3.24 KB
/
nehe-tuts.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Name: nehe-tuts
Version: 0.2.4
Synopsis: Port of the NeHe OpenGL tutorials to Haskell.
Description: Port of the NeHe OpenGL tutorials to Haskell; so far only lessons 1-12 have been ported.
Author: Jason Dagit
Maintainer: [email protected]
License: BSD3
License-file: LICENSE
Category: Graphics
Cabal-Version: >= 1.8
Build-type: Simple
Extra-Source-Files: README
data-dir: Data
data-files: *.bmp, *.txt
source-repository head
type: git
location: https://github.com/dagit/nehe-tuts
source-repository this
type: git
location: https://github.com/dagit/nehe-tuts
tag: 0.2.3
Executable lesson01
Main-is: lesson01.hs
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0
GHC-Options: -Wall
Executable lesson02
Main-is: lesson02.hs
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0
GHC-Options: -Wall
Executable lesson03
Main-is: lesson03.hs
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0
GHC-Options: -Wall
Executable lesson04
Main-is: lesson04.hs
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0
GHC-Options: -Wall
Executable lesson05
Main-is: lesson05.hs
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0
GHC-Options: -Wall
Executable lesson06
Main-is: lesson06.hs
Other-modules: Util, Paths_nehe_tuts
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0,
bytestring, cereal,
directory
GHC-Options: -Wall
Executable lesson07
Main-is: lesson07.hs
Other-modules: Util, Paths_nehe_tuts
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0,
bytestring, cereal,
directory
GHC-Options: -Wall
Executable lesson08
Main-is: lesson08.hs
Other-modules: Util, Paths_nehe_tuts
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0,
bytestring, cereal,
directory
GHC-Options: -Wall
Executable lesson09
Main-is: lesson09.hs
Other-modules: Util, Paths_nehe_tuts
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0,
bytestring, cereal,
random,
directory
GHC-Options: -Wall
Executable lesson10
Main-is: lesson10.hs
Other-modules: Util, Paths_nehe_tuts
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0,
bytestring, cereal,
directory
GHC-Options: -Wall
Executable lesson11
Main-is: lesson11.hs
Other-modules: Util, Paths_nehe_tuts
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0,
bytestring, cereal,
array,
directory
GHC-Options: -Wall
Executable lesson12
Main-is: lesson12.hs
Other-modules: Util, Paths_nehe_tuts
Build-Depends: base >= 3 && < 5, OpenGLRaw,
GLURaw, GLFW-b >= 1.0.0,
bytestring, cereal,
directory
GHC-Options: -Wall