-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecogs.cabal
More file actions
52 lines (48 loc) · 1.19 KB
/
recogs.cabal
File metadata and controls
52 lines (48 loc) · 1.19 KB
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
Name: recogs
Version: 0.2
Synopsis: Haskell/SDL based image-recognition-game for people suffering from dementia
Description: Recogs is a very simple image recognition game where parts of an image are revealed one at a time.
Homepage: https://github.com/FlashKorten/recogs
License: MIT
License-file: LICENSE
Author: Sebastian Korten
Maintainer: sebastian.korten@gmail.com
Category: Game
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files:
README.md
Recogs/*.hs
Recogs/Util/*.hs
Extra-tmp-files:
Recogs.hi
Recogs.o
Recogs/Data.hi
Recogs/Data.o
Recogs/Util/RandomList.hi
Recogs/Util/RandomList.o
Recogs/Util/Config.hi
Recogs/Util/Config.o
Executable recogs
Main-is:
Recogs.hs
hs-Source-Dirs:
src
Build-depends:
base >= 4 && < 5,
directory,
vector,
filepath,
MonadRandom,
parsec,
cmdargs,
containers,
SDL,
SDL-image,
SDL-gfx
ghc-options: -O2 -Wall -funbox-strict-fields
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
source-repository head
type: git
location: git://github.com/FlashKorten/recogs.git