diff --git a/Tools/TimePlot/Conf.hs b/Tools/TimePlot/Conf.hs
--- a/Tools/TimePlot/Conf.hs
+++ b/Tools/TimePlot/Conf.hs
@@ -45,8 +45,8 @@
     pattern = case (words $ single "time format" "-tf" ("%Y-%m-%d %H:%M:%OS")) of
         "date":f -> B.pack (unwords f)
         f        -> B.pack (unwords f)
-    {-# NOINLINE ourStrptime #-}
     Just (ourBaseTime,_) = strptime "%Y-%m-%d %H:%M:%OS" "1900-01-01 00:00:00" 
+    {-# NOINLINE ourStrptime #-}
     ourStrptime :: B.ByteString -> Maybe (LocalTime, B.ByteString)
     ourStrptime = if pattern == B.pack "elapsed" 
                     then \s -> do
diff --git a/timeplot.cabal b/timeplot.cabal
--- a/timeplot.cabal
+++ b/timeplot.cabal
@@ -1,5 +1,5 @@
 name: timeplot
-version: 1.0.13
+version: 1.0.14
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
