aboutsummaryrefslogtreecommitdiffhomepage
path: root/sariulclocks.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'sariulclocks.cabal')
-rw-r--r--sariulclocks.cabal11
1 files changed, 8 insertions, 3 deletions
diff --git a/sariulclocks.cabal b/sariulclocks.cabal
index bf2fe90..b168967 100644
--- a/sariulclocks.cabal
+++ b/sariulclocks.cabal
@@ -17,9 +17,14 @@ build-type: Simple
cabal-version: >=1.10
executable sariulclocks.cgi
- main-is: sariulclocks.hs
- -- other-modules:
- -- other-extensions:
+ main-is: sariulccgi.hs
+ build-depends: base, cgi, xhtml, time, directory, filepath, split, old-time, mtl, text
+ hs-source-dirs: src
+ default-language: Haskell2010
+ ld-options: -static -pthread
+
+executable sariulccron
+ main-is: sariulccron.hs
build-depends: base, cgi, xhtml, time, directory, filepath, split, old-time, mtl, text, boxes
hs-source-dirs: src
default-language: Haskell2010