-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathflatris.cabal
More file actions
25 lines (24 loc) · 744 Bytes
/
flatris.cabal
File metadata and controls
25 lines (24 loc) · 744 Bytes
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
name: flatris
version: 0.1.0.0
synopsis: An implementation of Flatris using Haskell and Miso
category: Web
build-type: Simple
license: BSD3
license-file: LICENSE
cabal-version: >=1.10
executable app
hs-source-dirs: src
main-is: Main.hs
build-depends: base,
miso,
containers,
aeson,
aeson-pretty,
random
default-language: Haskell2010
other-modules: Action
Grid
Model
Tetromino
Update
View