-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPong.cabal
48 lines (47 loc) · 888 Bytes
/
Pong.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
name: Pong
version: 0.0.1
cabal-version: -any
build-type: Simple
license: AllRightsReserved
license-file: LICENSE
copyright:
maintainer: Roger Turnau
build-depends: GLUT ==2.4.0.0, OpenGL ==2.8.0.0,
base >= 4.0
stability: Experimental
homepage: https://github.com/rtperson/Haskell-Pong
package-url:
bug-reports:
synopsis: A new Pong game
description: ... because who doesn't want another FP retrogame?
category: Games
author: Roger Turnau
tested-with:
data-files:
data-dir: ""
extra-source-files:
extra-tmp-files:
executable: Pong
main-is: Main.hs
buildable: True
build-tools:
cpp-options:
cc-options:
ld-options:
pkgconfig-depends:
frameworks:
c-sources:
extensions:
extra-libraries:
extra-lib-dirs:
includes:
install-includes:
include-dirs:
hs-source-dirs: src
other-modules:
ghc-prof-options:
ghc-shared-options:
ghc-options:
hugs-options:
nhc98-options:
jhc-options: