Hello community, here is the log from the commit of package ghc-th-reify-many for openSUSE:Factory checked in at 2017-07-05 23:59:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-th-reify-many (Old) and /work/SRC/openSUSE:Factory/.ghc-th-reify-many.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-th-reify-many" Wed Jul 5 23:59:48 2017 rev:3 rq:506852 version:0.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-th-reify-many/ghc-th-reify-many.changes 2017-05-17 10:54:23.782471173 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-th-reify-many.new/ghc-th-reify-many.changes 2017-07-05 23:59:50.072431943 +0200 @@ -1,0 +2,5 @@ +Mon Jun 19 21:01:50 UTC 2017 - [email protected] + +- Update to version 0.1.7. + +------------------------------------------------------------------- Old: ---- th-reify-many-0.1.6.tar.gz New: ---- th-reify-many-0.1.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-th-reify-many.spec ++++++ --- /var/tmp/diff_new_pack.tRHhgy/_old 2017-07-05 23:59:50.700343487 +0200 +++ /var/tmp/diff_new_pack.tRHhgy/_new 2017-07-05 23:59:50.704342925 +0200 @@ -19,7 +19,7 @@ %global pkg_name th-reify-many %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.6 +Version: 0.1.7 Release: 0 Summary: Recurseively reify template haskell datatype info License: BSD-3-Clause ++++++ th-reify-many-0.1.6.tar.gz -> th-reify-many-0.1.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/th-reify-many-0.1.6/src/Language/Haskell/TH/ReifyMany.hs new/th-reify-many-0.1.7/src/Language/Haskell/TH/ReifyMany.hs --- old/th-reify-many-0.1.6/src/Language/Haskell/TH/ReifyMany.hs 2016-05-10 07:52:48.000000000 +0200 +++ new/th-reify-many-0.1.7/src/Language/Haskell/TH/ReifyMany.hs 2017-06-13 05:40:58.000000000 +0200 @@ -96,8 +96,7 @@ reifyManyTyCons recurse = reifyMany recurse' where recurse' (name, info) = do - let skip thing = do - report False $ "reifyManyTyCons skipping " ++ thing ++ " named " ++ pprint name + let skip _ = do return (False, []) unexpected thing = do fail $ "reifyManyTyCons encountered unexpected " ++ thing ++ " named " ++ pprint name diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/th-reify-many-0.1.6/th-reify-many.cabal new/th-reify-many-0.1.7/th-reify-many.cabal --- old/th-reify-many-0.1.6/th-reify-many.cabal 2016-05-10 08:04:49.000000000 +0200 +++ new/th-reify-many-0.1.7/th-reify-many.cabal 2017-06-13 05:40:58.000000000 +0200 @@ -1,5 +1,5 @@ name: th-reify-many -version: 0.1.6 +version: 0.1.7 synopsis: Recurseively reify template haskell datatype info description: @th-reify-many@ provides functions for recursively reifying top
