aboutsummaryrefslogtreecommitdiffhomepage
path: root/sariulclocks.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-16 12:30:06 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-03-16 12:30:06 +0000
commite6ce77f180aa58c05368e2baf6107c12d8ac5bbf (patch)
tree1888865828fea5b61075fa7567329b062f4b9d86 /sariulclocks.cabal
parentf92ae43aff15921b1c4a14608ff15f43e45ef9e1 (diff)
downloadsariulclocks-e6ce77f180aa58c05368e2baf6107c12d8ac5bbf.tar.gz
have discovered the liftIO function
Diffstat (limited to 'sariulclocks.cabal')
-rw-r--r--sariulclocks.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/sariulclocks.cabal b/sariulclocks.cabal
index 23d2888..49a7f76 100644
--- a/sariulclocks.cabal
+++ b/sariulclocks.cabal
@@ -20,6 +20,7 @@ executable sariulclocks.cgi
main-is: sariulclocks.hs
-- other-modules:
-- other-extensions:
+ -- build-depends: base, cgi, xhtml, time, directory, filepath, split, old-time, mtl
build-depends: base, cgi, xhtml, time, directory, filepath, split, old-time
hs-source-dirs: src
default-language: Haskell2010