packages feed

todos 0.5.3 → 0.5.3.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Todos/Dates.hs view
@@ -21,7 +21,7 @@ pSpecDate date = do   tp ← choice $ map string ["start","end","deadline"]   string ": "-  dt ← pDate date+  dt ← pDateTime date   return (dateType tp, dt)  -- | Parse set of dates with types (in parenthesis)
todos.cabal view
@@ -1,5 +1,5 @@ Name:           todos-Version:        0.5.3+Version:        0.5.3.1 Cabal-Version:  >= 1.8 License:        BSD3 License-File:   LICENSE