Hello community,
here is the log from the commit of package ghc-partial-isomorphisms for
openSUSE:Factory checked in at 2017-05-27 13:15:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-partial-isomorphisms (Old)
and /work/SRC/openSUSE:Factory/.ghc-partial-isomorphisms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-partial-isomorphisms"
Sat May 27 13:15:30 2017 rev:2 rq:495468 version:0.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-partial-isomorphisms/ghc-partial-isomorphisms.changes
2017-04-12 18:08:14.825568253 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-partial-isomorphisms.new/ghc-partial-isomorphisms.changes
2017-05-27 13:15:32.539448758 +0200
@@ -1,0 +2,5 @@
+Mon May 8 17:29:56 UTC 2017 - [email protected]
+
+- Update to version 0.2.2 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
New:
----
partial-isomorphisms.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-partial-isomorphisms.spec ++++++
--- /var/tmp/diff_new_pack.xYPqp7/_old 2017-05-27 13:15:35.407043345 +0200
+++ /var/tmp/diff_new_pack.xYPqp7/_new 2017-05-27 13:15:35.411042780 +0200
@@ -25,6 +25,7 @@
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
BuildRequires: ghc-template-haskell-devel
@@ -54,6 +55,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ partial-isomorphisms.cabal ++++++
Name: partial-isomorphisms
Version: 0.2.2
x-revision: 1
Synopsis: Partial isomorphisms.
Description: Partial isomorphisms as described in the
paper:
.
Tillmann Rendel and Klaus Ostermann.
Invertible Syntax Descriptions:
Unifying Parsing and Pretty Printing.
In /Proc. of Haskell Symposium/, 2010.
.
The paper also describes invertible syntax
descriptions as a common interface for
parsers and pretty printers. These are
distributed separately in the
/invertible-syntax/ package.
Homepage: http://www.informatik.uni-marburg.de/~rendel/unparse
License: BSD3
License-file: LICENSE
Author: Tillmann Rendel
Maintainer: [email protected]
-- Copyright:
Category: Control
Build-type: Simple
-- Extra-source-files:
Cabal-version: >=1.6
source-repository head
type: git
location: git://github.com/schernichkin/partial-isomorphisms.git
Library
Hs-source-dirs: src
Exposed-modules: Control.Isomorphism.Partial
Control.Isomorphism.Partial.Constructors
Control.Isomorphism.Partial.Derived
Control.Isomorphism.Partial.Prim
Control.Isomorphism.Partial.TH
Control.Isomorphism.Partial.Unsafe
other-extensions: TemplateHaskell, KindSignatures
Build-depends: base >= 3 && < 5, template-haskell >= 2.11
ghc-options: -Wall
-- Other-modules:
-- Build-tools: