Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-tabular for openSUSE:Factory 
checked in at 2023-04-20 15:14:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tabular (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tabular.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tabular"

Thu Apr 20 15:14:19 2023 rev:6 rq:1080324 version:0.2.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tabular/ghc-tabular.changes  2023-04-04 
21:23:57.046396485 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tabular.new.2023/ghc-tabular.changes        
2023-04-20 15:15:19.470208110 +0200
@@ -1,0 +2,6 @@
+Fri Apr 14 19:48:09 UTC 2023 - Peter Simons <psim...@suse.com>
+
+- Update tabular to version 0.2.2.8 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  tabular.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-tabular.spec ++++++
--- /var/tmp/diff_new_pack.bhTNsH/_old  2023-04-20 15:15:19.978211556 +0200
+++ /var/tmp/diff_new_pack.bhTNsH/_new  2023-04-20 15:15:19.986211611 +0200
@@ -25,6 +25,7 @@
 License:        BSD-3-Clause
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -82,6 +83,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ tabular.cabal ++++++
name:                tabular
version:             0.2.2.8
x-revision: 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
                     or a research report.  It also 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
category:            Text
license:             BSD3
license-file:        LICENSE
author:              Eric Kow
maintainer:          Ben Gamari <bgam...@well-typed.com>
homepage:            https://github.com/bgamari/tabular
cabal-version:       1.18
build-type:          Simple
extra-doc-files:     example/sample1.hs,
                     example/sample1.tex
tested-with:         GHC==8.10.2,
                     GHC==8.8.4,
                     GHC==8.6.5,
                     GHC==8.4.4,
                     GHC==8.2.2,
                     GHC==8.0.2,
                     GHC==7.10.3,
                     GHC==7.8.4,
                     GHC==7.6.3


source-repository head
  type:     git
  location: https://github.com/bgamari/tabular

library
  build-Depends:       base >= 2.1 && < 5,
                       mtl >= 1 && < 2.4,
                       csv  >= 0.1 && < 0.2,
                       html >= 1.0 && < 2.0
  exposed-modules:     Text.Tabular,
                       Text.Tabular.AsciiArt,
                       Text.Tabular.SimpleText,
                       Text.Tabular.Csv,
                       Text.Tabular.Html,
                       Text.Tabular.Latex
  default-language:    Haskell2010

Reply via email to