Hello community,

here is the log from the commit of package ghc-transformers for 
openSUSE:Factory checked in at 2014-04-02 17:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-transformers (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-transformers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-transformers"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-transformers/ghc-transformers.changes        
2013-08-01 15:34:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-transformers.new/ghc-transformers.changes   
2014-04-02 17:20:05.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 31 17:47:52 UTC 2013 - [email protected]
+
+- regenerate spec file 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-transformers.spec ++++++
--- /var/tmp/diff_new_pack.XHKbVX/_old  2014-04-02 17:20:05.000000000 +0200
+++ /var/tmp/diff_new_pack.XHKbVX/_new  2014-04-02 17:20:05.000000000 +0200
@@ -18,40 +18,50 @@
 
 %global pkg_name transformers
 
-%global common_summary Haskell concrete functor and monad transformers library
-
-%global common_description A portable library of functor and monad 
transformers, inspired by the paper "Functional Programming with Overloading 
and Higher-Order Polymorphism", by Mark P Jones, in Advanced School of 
Functional Programming, 1995 
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
-
 Name:           ghc-transformers
 Version:        0.3.0.0
 Release:        0
-Summary:        %{common_summary}
+Summary:        Concrete functor and monad transformers
 License:        BSD-3-Clause
 Group:          System/Libraries
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# BEGIN cabal2spec
 Url:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-# END cabal2spec
 
 %description
-%{common_description}
+A portable library of functor and monad transformers, inspired by the paper
+\"Functional Programming with Overloading and Higher-Order Polymorphism\", by
+Mark P Jones, in /Advanced School of Functional Programming/, 1995
+(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
+
+This package contains:
+
+* the monad transformer class (in "Control.Monad.Trans.Class")
+
+* concrete functor and monad transformers, each with associated operations and
+functions to lift operations associated with other transformers.
+
+It can be used on its own in portable Haskell code, or with the monad classes
+in the @mtl@ or @monads-tf@ packages, which automatically lift operations
+introduced by monad transformers through other transformers.
+
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Languages/Other
-Requires:       ghc-compiler
-Requires(post): ghc-compiler
-Requires(postun): ghc-compiler
+Group:          Development/Libraries/Other
+Provides:       %{name}-static = %{version}-%{release}
+Requires:       ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
-%{common_description}
-This package contains the development files.
+This package provides the Haskell %{pkg_name} library development files.
+
 
 %prep
 %setup -q -n %{pkg_name}-%{version}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to