aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--sariulclocks.cabal11
-rw-r--r--src/sariulccgi.hs (renamed from src/sariulclocks.hs)0
2 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
diff --git a/src/sariulclocks.hs b/src/sariulccgi.hs
index 559b8a7..559b8a7 100644
--- a/src/sariulclocks.hs
+++ b/src/sariulccgi.hs