summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorJoey Hess2014-04-09 01:15:11 -0400
committerJoey Hess2014-04-09 01:15:11 -0400
commitad02c89c6aa6902b9b16375f61df2139e47dfcb3 (patch)
tree2cc68a0c0ce31e227df1623cd4dbf781478f082b /Utility
parent335cce275afb78931416748c9e9acabb22c68f64 (diff)
update
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Scheduled.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Scheduled.hs b/Utility/Scheduled.hs
index 6b0609d8..11e3b569 100644
--- a/Utility/Scheduled.hs
+++ b/Utility/Scheduled.hs
@@ -49,9 +49,9 @@ data Recurrance
| Weekly (Maybe WeekDay)
| Monthly (Maybe MonthDay)
| Yearly (Maybe YearDay)
+ | Divisible Int Recurrance
-- ^ Days, Weeks, or Months of the year evenly divisible by a number.
-- (Divisible Year is years evenly divisible by a number.)
- | Divisible Int Recurrance
deriving (Eq, Read, Show, Ord)
type WeekDay = Int