-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatteroids.cabal
35 lines (33 loc) · 1.22 KB
/
atteroids.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
-- Initial atteroids.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: atteroids
version: 0.1.0.0
synopsis: astroids clone
-- description:
homepage: https://github.com/potat0/atteroids
license: MIT
license-file: LICENSE
author: Chris Louie
maintainer: potatohackage@gmail.com
-- copyright:
category: Game
build-type: Simple
cabal-version: >=1.8
data-dir: data
data-files: 256.png
executable atteroids
main-is: Main.hs
-- other-modules:
build-depends: GLFW == 0.5.*,
JuicyPixels == 3.1.*,
OpenGL == 2.6.*,
OpenGLRaw == 1.3.*,
aeson == 0.7.*,
array == 0.4.*,
base == 4.6.*,
bytestring == 0.10.*,
portaudio == 0.3.*,
text == 1.1.*,
time == 1.4.*,
vector == 0.10.*
hs-source-dirs: src