summaryrefslogtreecommitdiff
path: root/erebos-webapp.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-04-01 19:33:07 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-04-01 19:33:07 +0200
commit10327858acc48286cec97ebc4f01b6aa2e7ae460 (patch)
tree35a4e45a03b16b046c18646206e65832308f7343 /erebos-webapp.cabal
parent1eacd0f0b02c40c94d063d4cebc2343c882f50bb (diff)
Derive version number from git if available
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r--erebos-webapp.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal
index c59829d..11cd6dd 100644
--- a/erebos-webapp.cabal
+++ b/erebos-webapp.cabal
@@ -28,9 +28,12 @@ executable erebos-webapp
main-is: Main.hs
other-modules:
JavaScript
+ Paths_erebos_webapp
Storage.Cache
Storage.IndexedDB
Storage.WatchList
+ Version
+ Version.Git
WebSocket
default-extensions:
@@ -69,5 +72,8 @@ executable erebos-webapp
time ^>= { 1.14 },
uuid-types ^>= { 1.0.4 },
- hs-source-dirs: src
+ hs-source-dirs:
+ gen
+ src
+
default-language: GHC2021