timeplot 1.0.13 → 1.0.14
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Tools/TimePlot/Conf.hs +1/−1
- timeplot.cabal +1/−1
Tools/TimePlot/Conf.hs view
@@ -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
timeplot.cabal view
@@ -1,5 +1,5 @@ name: timeplot-version: 1.0.13+version: 1.0.14 cabal-version: >=1.6 build-type: Simple license: BSD3