packages feed

tabular 0.1 → 0.1.0.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Text/Tabular/Html.hs view
@@ -14,7 +14,7 @@   --   body = concatHtml $ squish applyHAttr tr        $ fmap fst-       $ zipHeader noHtml rows ch+       $ zipHeader noHtml rows rh   rows = zipWith (\h cs -> myTh h +++ doRow cs)            rhStrings cells   doRow cs = concatHtml $ squish applyVAttr myTd $
tabular.cabal view
@@ -1,5 +1,5 @@ name:                tabular-version:             0.1+version:             0.1.0.1 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