forked from jtdaugherty/brick-devlunch
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhaskell-plotter.cabal
More file actions
25 lines (24 loc) · 790 Bytes
/
haskell-plotter.cabal
File metadata and controls
25 lines (24 loc) · 790 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: haskell-plotter
version: 0.1
synopsis: Haskell plotter based on Brick
license: BSD3
license-file: LICENSE
author: Michal Pohradsky <mpodhradsky@galois.com>
category: Game
build-type: Simple
cabal-version: >=1.10
executable haskell-plotter
hs-source-dirs: programs, src
main-is: Main.hs
ghc-options: -threaded -Wall
other-modules: Model
default-language: Haskell2010
extra-libraries: ivy
build-depends: base,
brick,
lens,
linear,
vty,
random,
stm,
optparse-applicative