-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreactimate-ldtk.cabal
More file actions
53 lines (49 loc) · 1.11 KB
/
Copy pathreactimate-ldtk.cabal
File metadata and controls
53 lines (49 loc) · 1.11 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
53
cabal-version: 3.0
name: reactimate-ldtk
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD-3-Clause
license-file: LICENSE
author: Simre1
maintainer: simre4775@gmail.com
-- copyright:
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
common common
ghc-options: -Wall
default-language: GHC2021
default-extensions:
DataKinds
DuplicateRecordFields
OverloadedRecordDot
build-depends:
base >=4.17.2.1
library
import: common
exposed-modules:
Reactimate.LDtk
hs-source-dirs: src
build-depends:
reactimate,
reactimate-game,
vector,
containers,
unordered-containers,
hashable,
bytestring,
text,
ldtk-types,
aeson,
transformers
executable basic-example
import: common
main-is: Main.hs
hs-source-dirs: examples/basic-example
build-depends:
reactimate,
reactimate-game,
reactimate-ldtk,
vector,
colour