forked from risteall/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nosteps.cabal
71 lines (68 loc) · 2.02 KB
/
nosteps.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
-- Initial nosteps.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: nosteps
version: 0.1.0.0
-- synopsis:
-- description:
license: Apache-2.0
license-file: LICENSE
author: risteall
-- maintainer:
-- copyright:
category: Game
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
data-files: images/2D/*.png images/3D/*.png nosteps.glade
Flag WindowsBuild
Description: Removes the unix dependency and sharp support
Default: False
Manual: True
executable nosteps
main-is: Main.hs
other-modules: Base, Behavior, Colour, Draw, Env, EventNetwork, GameTree, Match, Misc, Node, Notation, Protocol, Scrape, Settings, Shadow, Sharp, Templates, Types, WidgetValue, Paths_nosteps
default-extensions:
LambdaCase, TupleSections, MultiWayIf, RecursiveDo,
GADTs,
NamedFieldPuns, RecordWildCards,
DeriveTraversable, DeriveGeneric, DeriveAnyClass, StandaloneDeriving,
FunctionalDependencies, DefaultSignatures, FlexibleInstances, FlexibleContexts,
ScopedTypeVariables,
TypeApplications,
RankNTypes
other-extensions:
CPP, DataKinds, KindSignatures, DeriveLift, TemplateHaskell, ImplicitParams, ExistentialQuantification
build-depends:
base >=4.10,
cairo >=0.13,
array >=0.5,
gtk3 >=0.15,
containers >=0.5,
split >=0.2,
stm >=2.4,
HTTP >=4000.2,
regex-compat >=0.95,
async >=2.0,
deepseq >=1.4,
reactive-banana >=1.1,
tagsoup >=0.14,
app-settings >=0.2,
time >=1.5,
generic-deriving >=1.11,
transformers >=0.4,
rank2classes,
template-haskell,
colour,
process,
mtl,
directory,
microlens,
aeson,
random
if !flag(WindowsBuild)
build-depends: unix
else
cpp-options: -DWindowsBuild
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -threaded