-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgame.cabal
39 lines (36 loc) · 1019 Bytes
/
game.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
Name: game
Version: 0.1
Synopsis: Game prototype(s)
Description:
Experimental game prototypes, both technical and game-wise.
Homepage: https://github.com/mlesniak/game
License: GPL-3
License-file: LICENSE
Author: Michael Lesniak
Maintainer: [email protected]
Category: Game
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files:
book.png,
ubuntu.ttf,
TODO
source-repository head
type: git
location: https://github.com/mlesniak/game
Executable game
Main-is: Main.hs
ghc-options: -threaded -Wall -fno-warn-unused-do-bind
Build-depends:
base == 4.*
, GLUT == 2.2.2.0
, stb-image == 0.2
, FTGL == 1.333
, time == 1.2.0.3
, bitmap-opengl == 0.0.0
, random == 1.0.0.3
, Hipmunk == 5.2.0.2
, containers == 0.3.0.0
other-modules:
Window
, Statistics