packages feed

pretty-show 1.6 → 1.6.1

raw patch · 2 files changed

+7/−4 lines, 2 files

Files

Text/Show/Html.hs view
@@ -37,9 +37,12 @@       Tuple vs    -> wideTuple                      (map loop vs)        InfixCons v ms ->-        table "infix"-          [ tr $ map td $ loop v : [ h | (op,u) <- ms-                                       , h      <- [ text op, loop u ] ] ]+        table "infix tallRecord"+          [ tr $ (th "label" 1 (text " ") :)+               $ map td $ loop v : [ h | (op,u) <- ms+                                   , h <- [ text op, loop u ]+                                   ]+          ]        List []     -> span "list" (text "[]")       List vs@(v : vs1) ->
pretty-show.cabal view
@@ -1,5 +1,5 @@ name:           pretty-show-version:        1.6+version:        1.6.1 category:       Text  synopsis:       Tools for working with derived `Show` instances and generic