Skip to content

Commit 9d85960

Browse files
committed
actually declare the font artifact
1 parent bfa323d commit 9d85960

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

clusterpainter.cabal

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ extra-doc-files: CHANGELOG.md
1717
-- extra-source-files:
1818

1919
executable clusterpainter
20-
main-is: Main.hs
20+
main-is: Main.hs
2121
other-modules:
2222
Assets
2323
Config
2424
Lensref
2525
St
2626
Ui
2727

28-
autogen-modules: Paths_clusterpainter
29-
other-modules: Paths_clusterpainter
28+
autogen-modules: Paths_clusterpainter
29+
other-modules: Paths_clusterpainter
3030
build-depends:
3131
, aeson
3232
, base
@@ -40,6 +40,7 @@ executable clusterpainter
4040
, sdl2
4141
, vector
4242

43-
hs-source-dirs: app
44-
ghc-options: -Wall
45-
default-language: Haskell2010
43+
hs-source-dirs: app
44+
extra-source-files: assets/DejaVuSans.ttf
45+
ghc-options: -Wall
46+
default-language: Haskell2010

0 commit comments

Comments
 (0)