Hello community,
here is the log from the commit of package ghc-ghc-exactprint for
openSUSE:Factory checked in at 2016-11-14 20:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ghc-exactprint (Old)
and /work/SRC/openSUSE:Factory/.ghc-ghc-exactprint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ghc-exactprint"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ghc-exactprint/ghc-ghc-exactprint.changes
2016-11-04 20:59:11.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-ghc-exactprint.new/ghc-ghc-exactprint.changes
2016-11-14 20:14:05.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Aug 1 10:39:29 UTC 2016 - [email protected]
+
+- Update to version 0.5.2.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
ghc-exactprint-0.5.1.1.tar.gz
New:
----
ghc-exactprint-0.5.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-ghc-exactprint.spec ++++++
--- /var/tmp/diff_new_pack.lNvlYH/_old 2016-11-14 20:14:05.000000000 +0100
+++ /var/tmp/diff_new_pack.lNvlYH/_new 2016-11-14 20:14:05.000000000 +0100
@@ -19,20 +19,20 @@
%global pkg_name ghc-exactprint
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.5.1.1
+Version: 0.5.2.1
Release: 0
Summary: ExactPrint for GHC
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
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-free-devel
+BuildRequires: ghc-ghc-boot-devel
BuildRequires: ghc-ghc-devel
BuildRequires: ghc-ghc-paths-devel
BuildRequires: ghc-mtl-devel
@@ -44,7 +44,6 @@
BuildRequires: ghc-filemanip-devel
BuildRequires: ghc-silently-devel
%endif
-# End cabal-rpm deps
%description
Using the API Annotations available from GHC 7.10.2, this library provides a
@@ -78,20 +77,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ ghc-exactprint-0.5.1.1.tar.gz -> ghc-exactprint-0.5.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ghc-exactprint-0.5.1.1/ChangeLog
new/ghc-exactprint-0.5.2.1/ChangeLog
--- old/ghc-exactprint-0.5.1.1/ChangeLog 2016-06-03 15:05:49.000000000
+0200
+++ new/ghc-exactprint-0.5.2.1/ChangeLog 2016-07-24 22:44:15.000000000
+0200
@@ -1,5 +1,12 @@
+2016-07-24 v0.5.2.1
+ * Remove additional files from release tarball
+
+2016-07-24 v0.5.2
+ * Move annotations from the `RdrName` to `HsVar` and `PatVar` for
+ consistency.
+
2016-06-03 v0.5.1.1
- * Fixx haddocks for GHC 8.0 (@phadej)
+ * Fix haddocks for GHC 8.0 (@phadej)
* Add test files for ghc710-only to dist tarball (#41)
2016-06-02 v0.5.1.0
* Support for GHC 8.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ghc-exactprint-0.5.1.1/ghc-exactprint.cabal
new/ghc-exactprint-0.5.2.1/ghc-exactprint.cabal
--- old/ghc-exactprint-0.5.1.1/ghc-exactprint.cabal 2016-06-03
15:05:49.000000000 +0200
+++ new/ghc-exactprint-0.5.2.1/ghc-exactprint.cabal 2016-07-24
22:44:15.000000000 +0200
@@ -1,5 +1,5 @@
name: ghc-exactprint
-version: 0.5.1.1
+version: 0.5.2.1
synopsis: ExactPrint for GHC
description: Using the API Annotations available from GHC 7.10.2, this
library provides a means to round trip any code that can
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ghc-exactprint-0.5.1.1/src/Language/Haskell/GHC/ExactPrint/Annotate.hs
new/ghc-exactprint-0.5.2.1/src/Language/Haskell/GHC/ExactPrint/Annotate.hs
--- old/ghc-exactprint-0.5.1.1/src/Language/Haskell/GHC/ExactPrint/Annotate.hs
2016-06-03 15:05:49.000000000 +0200
+++ new/ghc-exactprint-0.5.2.1/src/Language/Haskell/GHC/ExactPrint/Annotate.hs
2016-07-24 22:44:15.000000000 +0200
@@ -1704,7 +1704,7 @@
#if __GLASGOW_HASKELL__ <= 710
markAST l n
#else
- markLocated n
+ markAST l (GHC.unLoc n)
#endif
markAST _ (GHC.LazyPat p) = do
mark GHC.AnnTilde
@@ -2041,14 +2041,14 @@
#if __GLASGOW_HASKELL__ <= 710
markAST l (GHC.HsVar n) = markAST l n
#else
- markAST l (GHC.HsVar n) = markLocated n
+ markAST l (GHC.HsVar n) = markAST l (GHC.unLoc n)
#endif
#if __GLASGOW_HASKELL__ <= 710
#else
markAST l (GHC.HsRecFld f) = markAST l f
- markAST l (GHC.HsOverLabel fs)
+ markAST l (GHC.HsOverLabel fs)
= markExternal l GHC.AnnVal ("#" ++ GHC.unpackFS fs)
#endif