aboutsummaryrefslogtreecommitdiff
path: root/timerbot.cabal
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-04-25 23:02:50 +0800
committerMistivia <i@mistivia.com>2025-04-27 20:33:52 +0800
commitd7c342689fd3c840b14afce12398967785abd9f2 (patch)
tree01e51b51b5fe5cb8de7864a5f28fbf5c87ed1226 /timerbot.cabal
初版
Diffstat (limited to 'timerbot.cabal')
-rw-r--r--timerbot.cabal29
1 files changed, 29 insertions, 0 deletions
diff --git a/timerbot.cabal b/timerbot.cabal
new file mode 100644
index 0000000..0846d63
--- /dev/null
+++ b/timerbot.cabal
@@ -0,0 +1,29 @@
+cabal-version: 3.0
+name: timerbot
+version: 0.1.0.0
+-- synopsis:
+-- description:
+license: AGPL-3.0-only
+license-file: LICENSE
+author: Mistivia
+maintainer: i@mistivia.com
+-- copyright:
+category: Network
+build-type: Simple
+extra-doc-files: CHANGELOG.md
+-- extra-source-files:
+
+executable timerbot
+ main-is: Main.hs
+ build-depends: base
+ , telegram-bot-simple == 0.14.4
+ , text == 2.1.1
+ , telegram-bot-api == 7.4.4
+ , mtl == 2.3.1
+ , time == 1.12.2
+ hs-source-dirs: app
+ default-language: GHC2021
+ ghc-options: -Wall -O2 -static -threaded
+ cc-options: -static
+ ld-options: -static -pthread
+ extra-lib-dirs: ./static-libs