packages feed

ploterific 0.2.1.2 → 0.2.1.3

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

ploterific.cabal view
@@ -1,5 +1,5 @@ name:                ploterific-version:             0.2.1.2+version:             0.2.1.3 synopsis:            Basic plotting of tabular data for the command line. description:         A quick and easy way to plot tabular data from the command line. Meant for quick visualizations, not too customizable. homepage:            http://github.com/GregorySchwartz/ploterific#readme
src/Ploterific/Program/Options.hs view
@@ -46,8 +46,8 @@     short "color"         = Just 'c'     short "mark"          = Just 'm'     short "delimiter"     = Just 'd'-    short "height"        = Just 'h'-    short "width"         = Just 'w'+    short "height"        = Just 'H'+    short "width"         = Just 'W'     short "defaultTheme"  = Just 'D'     short x               = firstLetter x