-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclusterpainter.cabal
More file actions
44 lines (39 loc) · 862 Bytes
/
clusterpainter.cabal
File metadata and controls
44 lines (39 loc) · 862 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
cabal-version: 3.0
name: clusterpainter
version: 0.1.0.0
-- synopsis:
-- description:
license: Apache-2.0
license-file: LICENSE
author: Mirek Kratochvil
maintainer: exa.exa@gmail.com
-- copyright:
category: Graphics
build-type: Simple
extra-doc-files: CHANGELOG.md
extra-source-files: assets/DejaVuSans.ttf
executable clusterpainter
main-is: Main.hs
other-modules:
Assets
Config
Lensref
St
Ui
autogen-modules: Paths_clusterpainter
other-modules: Paths_clusterpainter
build-depends:
, aeson
, base
, bytestring
, containers
, dear-imgui
, file-embed
, gl
, lens
, optparse-applicative
, sdl2
, vector
hs-source-dirs: app
ghc-options: -Wall
default-language: Haskell2010