diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-09 20:47:24 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-09 20:47:24 +0200 |
| commit | 073d75628c8c9dbb84615672c855f858ea7e07cf (patch) | |
| tree | 64dbd4b47afca987c8006c8d13260f316b3056a8 /tirclogv.cabal | |
| parent | 0b8ae377c19e0c7adc3483d319456a86a3f5ef24 (diff) | |
Rename to tirclogv
Diffstat (limited to 'tirclogv.cabal')
| -rw-r--r-- | tirclogv.cabal | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/tirclogv.cabal b/tirclogv.cabal new file mode 100644 index 0000000..10a6939 --- /dev/null +++ b/tirclogv.cabal @@ -0,0 +1,49 @@ +cabal-version: 3.0 +name: tirclogv +version: 0.1.0.0 +author: Tom Smeding +maintainer: Tom Smeding +license: BSD-3-Clause +build-type: Simple + +executable tirclogv + main-is: Main.hs + other-modules: + AtomicPrint + Cache + Calendar + Config + Debounce + ImmutGrowVector + Index + Mmap + Util + ZNC + build-depends: + base >= 4.19, + attoparsec, + bytestring, + clock, + containers, + directory, + filepath, + fsnotify, + http-types, + mustache, + random, + text >= 2.1.2, + transformers, + time, + unix, + vector, + wai, + warp >= 3.4.12 + hs-source-dirs: src + c-sources: cbits/mmap.c + default-language: Haskell2010 + default-extensions: + ImportQualifiedPost + LambdaCase + TypeApplications + TupleSections + ghc-options: -Wall -threaded |
