tabular 0.2.2.4 → 0.2.2.5
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~basedep ~mtl
Dependency ranges changed: base, mtl
Files
- Text/Tabular.hs +1/−1
- tabular.cabal +1/−1
Text/Tabular.hs view
@@ -26,7 +26,7 @@ -- > , ["meh", "well...", "worst ever", "ok"] -- > ] ----- > -- Text.Tabular.AsciiArt.render example id+-- > -- Text.Tabular.AsciiArt.render id id id example -- > -- -- > -- || memtest 1 | memtest 2 || time test | time test 2 -- > -- ====++===========+===========++=============+============
tabular.cabal view
@@ -1,5 +1,5 @@ name: tabular-version: 0.2.2.4+version: 0.2.2.5 synopsis: Two-dimensional data tables with rendering functions description: Tabular provides a Haskell representation of two-dimensional data tables, the kind that you might find in a spreadsheet or