aboutsummaryrefslogtreecommitdiffhomepage
path: root/srem.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-30 17:56:58 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-30 17:57:31 +0900
commit84bd15607d50636a5fe8fe74bb1ade43a423ae59 (patch)
tree38935d960598ee8f9cff5ed030198b8493e0c4ac /srem.cabal
parentd3763e664f385059940ec6da1fb9f823a7cf6048 (diff)
downloadsrem-84bd15607d50636a5fe8fe74bb1ade43a423ae59.tar.gz
start code to handle CSV files containing events
Diffstat (limited to 'srem.cabal')
-rw-r--r--srem.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/srem.cabal b/srem.cabal
index 6a6654a..371a881 100644
--- a/srem.cabal
+++ b/srem.cabal
@@ -17,6 +17,7 @@ executable srem
, process
, regex-posix
, modular-arithmetic
+ , time
, filepath
hs-source-dirs: src
default-language: Haskell2010