Hello community,
here is the log from the commit of package ghc-annotated-wl-pprint for
openSUSE:Factory checked in at 2016-11-02 12:45:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-annotated-wl-pprint (Old)
and /work/SRC/openSUSE:Factory/.ghc-annotated-wl-pprint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-annotated-wl-pprint"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-annotated-wl-pprint/ghc-annotated-wl-pprint.changes
2016-09-25 14:31:42.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-annotated-wl-pprint.new/ghc-annotated-wl-pprint.changes
2016-11-02 12:45:43.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Oct 6 13:51:53 UTC 2016 - [email protected]
+
+- Update to version 0.7.0 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
New:
----
annotated-wl-pprint.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-annotated-wl-pprint.spec ++++++
--- /var/tmp/diff_new_pack.MSh9vf/_old 2016-11-02 12:45:45.000000000 +0100
+++ /var/tmp/diff_new_pack.MSh9vf/_new 2016-11-02 12:45:45.000000000 +0100
@@ -22,9 +22,10 @@
Release: 0
Summary: The Wadler/Leijen Pretty Printer, with annotation support
License: BSD-3-Clause
-Group: System/Libraries
+Group: Development/Languages/Other
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-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -49,16 +50,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ annotated-wl-pprint.cabal ++++++
Name: annotated-wl-pprint
Version: 0.7.0
x-revision: 1
Cabal-Version: >= 1.6
Synopsis: The Wadler/Leijen Pretty Printer, with annotation support
Category: Text
Description:
This is a modified version of wl-pprint, which was based on Wadler's
paper "A Prettier Printer". See the haddocks for full info. This
version allows the library user to annotate the text with semantic
information, which can later be rendered in a variety of ways.
License: BSD3
License-file: LICENSE
Author: Daan Leijen, David Raymond Christiansen
Maintainer: [email protected]
Homepage: https://github.com/david-christiansen/annotated-wl-pprint
Build-Type: Simple
Library
Build-Depends: base >= 4.4 && < 5
Exposed-Modules: Text.PrettyPrint.Annotated.Leijen
Extensions: DeriveFunctor
Ghc-options: -fwarn-incomplete-patterns
Source-Repository head
type: git
location: https://github.com/david-christiansen/annotated-wl-pprint