aboutsummaryrefslogtreecommitdiffhomepage
path: root/srem.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-29 17:19:36 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-29 17:19:36 +0900
commit1e95f1f7c799f4b63b554fc181aed49f0737d8c7 (patch)
tree6169766db0035a06e1e0dbafc136cca10444edd3 /srem.cabal
parent007c2c303d727727f1755ac7911fe995fad098e0 (diff)
downloadsrem-1e95f1f7c799f4b63b554fc181aed49f0737d8c7.tar.gz
implement staggering of reminders drawn from Emacs
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 dfc7d87..ad94ce0 100644
--- a/srem.cabal
+++ b/srem.cabal
@@ -16,5 +16,6 @@ executable srem
, directory
, process
, regex-posix
+ , modular-arithmetic
hs-source-dirs: src
default-language: Haskell2010