splot 0.2.8 → 0.2.9
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Tools/StatePlot.hs +1/−1
- splot.cabal +1/−1
Tools/StatePlot.hs view
@@ -145,7 +145,7 @@ (Just a, Just b, m) = foldl' f (Nothing, Nothing, M.empty) es f (!minRT, !maxRT, !tracks) e = (orJust min minRT (localTime e), orJust max maxRT (localTime e), M.insert (track e) () tracks) orJust f Nothing x = Just x- orJust f (Just x0) x = Just (f x0 x)+ orJust f (Just !x0) x = Just (f x0 x) override (ft, tt, nt) = (override' ft (fromTime conf), override' tt (toTime conf), override' nt (forcedNumTracks conf)) override' x (Just y) = y
splot.cabal view
@@ -1,5 +1,5 @@ Name: splot-Version: 0.2.8+Version: 0.2.9 License: BSD3 License-file: LICENSE Copyright: Eugene Kirpichov, 2010