diff options
author | Gregor Kleen <aethoago@141.li> | 2017-01-29 01:21:09 +0100 |
---|---|---|
committer | Gregor Kleen <aethoago@141.li> | 2017-01-29 01:21:09 +0100 |
commit | 636bf21caf774a6eef4e678b79bad524c9ef3b01 (patch) | |
tree | 6aad0810c7ba1e935cb0f263080a4123dc726725 /postdelay.cabal | |
parent | 067c9c10e08bc48678687996945b35fa921229f4 (diff) | |
download | postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.tar postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.tar.gz postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.tar.bz2 postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.tar.xz postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.zip |
Feature complete time specification
Diffstat (limited to 'postdelay.cabal')
-rw-r--r-- | postdelay.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/postdelay.cabal b/postdelay.cabal index 957e6d5..6b02951 100644 --- a/postdelay.cabal +++ b/postdelay.cabal | |||
@@ -26,7 +26,11 @@ library | |||
26 | , parsec >=3.1 && <4 | 26 | , parsec >=3.1 && <4 |
27 | , case-insensitive >=1.2 && <2 | 27 | , case-insensitive >=1.2 && <2 |
28 | , hsemail >=1.7 && <2 | 28 | , hsemail >=1.7 && <2 |
29 | , mime >=0.4 && <1 | ||
29 | , mtl >=2.2 && <3 | 30 | , mtl >=2.2 && <3 |
31 | , tz >=0.1 && <1 | ||
32 | , old-time >=1.1 && <2 | ||
33 | , list-t >=1 && <2 | ||
30 | hs-source-dirs: lib | 34 | hs-source-dirs: lib |
31 | default-language: Haskell2010 | 35 | default-language: Haskell2010 |
32 | 36 | ||