aboutsummaryrefslogtreecommitdiffhomepage
path: root/sariulclocks.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'sariulclocks.cabal')
-rw-r--r--sariulclocks.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/sariulclocks.cabal b/sariulclocks.cabal
index 7db9ac8..e43409a 100644
--- a/sariulclocks.cabal
+++ b/sariulclocks.cabal
@@ -18,14 +18,14 @@ 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
+ 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
+ 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