aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-21 19:20:10 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-21 19:20:10 +0900
commit7b10cd611b3b696b53327c7451fa13bfa325e95c (patch)
tree5664e949749be54027f43dad121122b3efe823ac
parent2d0bbc54e12039a1c6e4134b39fa83985af73322 (diff)
downloadsariulclocks-7b10cd611b3b696b53327c7451fa13bfa325e95c.tar.gz
update cabal and rename now we have two executables
-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