aboutsummaryrefslogtreecommitdiffhomepage
path: root/sariulclocks.cabal
blob: 3965cfc38068f8f712431c1126723ecef06e931c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-- Initial sariulclocks.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                sariulclocks
version:             1.1.1
synopsis:            Timers and reward system for teaching English at Sariul
-- description:         
homepage:            http://github.com/spwhitton/sariulclocks
license:             GPL-3
license-file:        LICENSE
author:              Sean Whitton
maintainer:          no@spam.please
-- copyright:           
category:            Web
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable sariulclocks.cgi
  main-is:             sariulccgi.hs
  build-depends:       base, cgi, xhtml, time, directory, filepath, split, old-time, mtl, text, boxes, network
  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, network
  hs-source-dirs:      src
  default-language:    Haskell2010
  ld-options:          -static -pthread