We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa323d commit 9d85960Copy full SHA for 9d85960
1 file changed
clusterpainter.cabal
@@ -17,16 +17,16 @@ extra-doc-files: CHANGELOG.md
17
-- extra-source-files:
18
19
executable clusterpainter
20
- main-is: Main.hs
+ main-is: Main.hs
21
other-modules:
22
Assets
23
Config
24
Lensref
25
St
26
Ui
27
28
- autogen-modules: Paths_clusterpainter
29
- other-modules: Paths_clusterpainter
+ autogen-modules: Paths_clusterpainter
+ other-modules: Paths_clusterpainter
30
build-depends:
31
, aeson
32
, base
@@ -40,6 +40,7 @@ executable clusterpainter
40
, sdl2
41
, vector
42
43
- hs-source-dirs: app
44
- ghc-options: -Wall
45
- default-language: Haskell2010
+ hs-source-dirs: app
+ extra-source-files: assets/DejaVuSans.ttf
+ ghc-options: -Wall
46
+ default-language: Haskell2010
0 commit comments