Hello community,
here is the log from the commit of package ghc-haskell-src-exts for
openSUSE:Factory checked in at 2017-03-14 10:04:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-haskell-src-exts (Old)
and /work/SRC/openSUSE:Factory/.ghc-haskell-src-exts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-haskell-src-exts"
Tue Mar 14 10:04:51 2017 rev:4 rq:461633 version:1.18.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-haskell-src-exts/ghc-haskell-src-exts.changes
2016-07-21 08:04:25.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-haskell-src-exts.new/ghc-haskell-src-exts.changes
2017-03-14 10:04:52.250617980 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 14:17:30 UTC 2017 - [email protected]
+
+- Update to version 1.18.2 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
1.cabal
_constraints
haskell-src-exts-1.17.1.tar.gz
New:
----
haskell-src-exts-1.18.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-haskell-src-exts.spec ++++++
--- /var/tmp/diff_new_pack.Wl6vDB/_old 2017-03-14 10:04:52.838534732 +0100
+++ /var/tmp/diff_new_pack.Wl6vDB/_new 2017-03-14 10:04:52.838534732 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-haskell-src-exts
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,14 @@
%global pkg_name haskell-src-exts
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.17.1
+Version: 1.18.2
Release: 0
Summary: Manipulating Haskell source: abstract syntax, lexer, parser,
and pretty-printer
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
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-array-devel
BuildRequires: ghc-cpphs-devel
BuildRequires: ghc-pretty-devel
@@ -42,33 +40,18 @@
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-pretty-show-devel
BuildRequires: ghc-smallcheck-devel
-BuildRequires: ghc-syb-devel
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-golden-devel
BuildRequires: ghc-tasty-smallcheck-devel
%endif
-# End cabal-rpm deps
%description
-Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of the
-standard haskell-src package, and handles most registered syntactic extensions
-to Haskell, including:
+Haskell-Source with Extensions (HSE, haskell-src-exts) is a standalone parser
+for Haskell. In addition to standard Haskell, all extensions implemented in GHC
+are supported.
-* Multi-parameter type classes with functional dependencies
-
-* Indexed type families (including associated types)
-
-* Empty data declarations
-
-* GADTs
-
-* Implicit parameters
-
-* Template Haskell
-
-and a few more. All extensions implemented in GHC are supported. Apart from
-these standard extensions, it also handles regular patterns as per the HaRP
-extension as well as HSX-style embedded XML syntax.
+Apart from these standard extensions, it also handles regular patterns as per
+the HaRP extension as well as HSX-style embedded XML syntax.
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -84,22 +67,15 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ haskell-src-exts-1.17.1.tar.gz -> haskell-src-exts-1.18.2.tar.gz ++++++
++++ 555692 lines of diff (skipped)