[Bug 1195555] Review Request: ghc-tabular - Two-dimensional data tables with rendering functions

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 26 08:32:26 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1195555



--- Comment #3 from Jens Petersen <petersen at redhat.com> ---
cblrpm diff output:

--- ghc-tabular.spec    2015-02-24 13:34:33.000000000 +0900
+++ ghc-tabular.spec.cblrpm    2015-02-26 17:30:37.399281724 +0900
@@ -25,6 +25,17 @@
 comes with some default rendering functions for turning those tables into
ASCII
 art, simple text with an arbitrary delimiter, CSV, HTML or LaTeX.

+Below is an example of the kind of output this library produces. The tabular
+package can group rows and columns, each group having one of three separators
+(no line, single line, double line) between its members.
+
+> || memtest 1 | memtest 2 || time test | time test 2 >
+====++===========+===========++=============+============ > A 1 || hog |
+terrible || slow | slower > A 2 || pig | not bad || fast | slowest >
+----++-----------+-----------++-------------+------------ > B 1 || good |
awful
+|| intolerable | bearable > B 2 || better | no chance || crawling | amazing >
B
+3 || meh | well... || worst ever | ok.
+

 %package devel
 Summary:        Haskell %{pkg_name} library development files
@@ -48,7 +59,6 @@

 %install
 %ghc_lib_install
-mv %{buildroot}%{_datadir}/%{pkg_name}-%{version}
%{buildroot}%{_datadir}/%{name}


 %post devel
@@ -65,10 +75,8 @@

 %files devel -f %{name}-devel.files
 %doc example
-%{_datadir}/%{name}


 %changelog
-* Tue Feb 24 2015 Fedora Haskell SIG <haskell at lists.fedoraproject.org> -
0.2.2.6-1
-- spec file generated by cabal-rpm-0.9.3
-- move examples to more Fedora-acceptable location
+* Thu Feb 26 2015 Fedora Haskell SIG <haskell at lists.fedoraproject.org> -
0.2.2.6-1
+- spec file generated by cabal-rpm-0.9.3.50

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TPD2UfvLaF&a=cc_unsubscribe


More information about the haskell-devel mailing list