aboutsummaryrefslogtreecommitdiffhomepage
path: root/srem.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-04-02 18:18:08 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-04-02 18:18:34 +0900
commitf3731ce3ebae87054595f6b6ad898c92c1f148aa (patch)
tree896a1d2cb6a3566823599b423316eff66e4ece14 /srem.cabal
parentf3163d75e51941b87497d4e0d6091123bc973776 (diff)
downloadsrem-f3731ce3ebae87054595f6b6ad898c92c1f148aa.tar.gz
most work for parse relative times done
Parses them kind of like absolute times atm! Not usable!
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 6b42a57..b38d43a 100644
--- a/srem.cabal
+++ b/srem.cabal
@@ -21,5 +21,6 @@ executable srem
, filepath
, split
, old-locale
+ , tuple
hs-source-dirs: src
default-language: Haskell2010