diff --git a/Todos/Dates.hs b/Todos/Dates.hs
--- a/Todos/Dates.hs
+++ b/Todos/Dates.hs
@@ -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)
diff --git a/todos.cabal b/todos.cabal
--- a/todos.cabal
+++ b/todos.cabal
@@ -1,5 +1,5 @@
 Name:           todos
-Version:        0.5.3
+Version:        0.5.3.1
 Cabal-Version:  >= 1.8
 License:        BSD3
 License-File:   LICENSE
