packages feed

splot 0.1.18 → 0.1.19

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Tools/StatePlot.hs view
@@ -121,7 +121,7 @@         }       let track2y i = case barHeight conf of {           BarHeightFixed bh -> fromIntegral (i+1) * yStep - bh/2-        ; BarHeightFill     -> fromIntegral i     * yStep - yStep/2+        ; BarHeightFill     -> fromIntegral (i+1) * yStep - yStep/2         }       let drawTick (t, ms) = do {           setLineStyle $ solidLine 1 (opaque black)
splot.cabal view
@@ -1,5 +1,5 @@ Name: splot-Version: 0.1.18+Version: 0.1.19 License: BSD3 License-file: LICENSE Copyright: Eugene Kirpichov, 2010