Hello community, here is the log from the commit of package ghc-microlens-th for openSUSE:Factory checked in at 2019-07-29 17:26:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-microlens-th (Old) and /work/SRC/openSUSE:Factory/.ghc-microlens-th.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-microlens-th" Mon Jul 29 17:26:29 2019 rev:12 rq:715415 version:0.4.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-microlens-th/ghc-microlens-th.changes 2019-06-30 10:21:44.419642474 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-microlens-th.new.4126/ghc-microlens-th.changes 2019-07-29 17:26:35.350297817 +0200 @@ -1,0 +2,8 @@ +Sat Jul 6 02:02:18 UTC 2019 - psimons@suse.com + +- Update microlens-th to version 0.4.3.2. + # 0.4.3.2 + + * Bumped template-haskell version. + +------------------------------------------------------------------- Old: ---- microlens-th-0.4.3.1.tar.gz New: ---- microlens-th-0.4.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-microlens-th.spec ++++++ --- /var/tmp/diff_new_pack.ZFw8CF/_old 2019-07-29 17:26:36.118297533 +0200 +++ /var/tmp/diff_new_pack.ZFw8CF/_new 2019-07-29 17:26:36.122297532 +0200 @@ -19,7 +19,7 @@ %global pkg_name microlens-th %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.3.1 +Version: 0.4.3.2 Release: 0 Summary: Automatic generation of record lenses for microlens License: BSD-3-Clause ++++++ microlens-th-0.4.3.1.tar.gz -> microlens-th-0.4.3.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microlens-th-0.4.3.1/CHANGELOG.md new/microlens-th-0.4.3.2/CHANGELOG.md --- old/microlens-th-0.4.3.1/CHANGELOG.md 2019-06-20 07:44:15.000000000 +0200 +++ new/microlens-th-0.4.3.2/CHANGELOG.md 2019-07-05 23:38:34.000000000 +0200 @@ -1,3 +1,7 @@ +# 0.4.3.2 + +* Bumped template-haskell version. + # 0.4.3.1 * No more conditional `Safe` (see [#122](https://github.com/monadfix/microlens/issues/122)). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microlens-th-0.4.3.1/microlens-th.cabal new/microlens-th-0.4.3.2/microlens-th.cabal --- old/microlens-th-0.4.3.1/microlens-th.cabal 2019-06-20 07:44:05.000000000 +0200 +++ new/microlens-th-0.4.3.2/microlens-th.cabal 2019-07-05 23:38:34.000000000 +0200 @@ -1,5 +1,5 @@ name: microlens-th -version: 0.4.3.1 +version: 0.4.3.2 synopsis: Automatic generation of record lenses for microlens description: This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens). @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: Eric Mertens, Edward Kmett, Artyom Kazak -maintainer: Monadfix <hi@monadfix.io> +maintainer: Monadfix <hi@monadfix.com> homepage: http://github.com/monadfix/microlens bug-reports: http://github.com/monadfix/microlens/issues category: Data, Lenses @@ -38,7 +38,7 @@ , containers >=0.4.0 && <0.7 , transformers -- lens has >=2.4, but GHC 7.4 shipped with 2.7 - , template-haskell >=2.7 && <2.15 + , template-haskell >=2.7 && <2.16 , th-abstraction >=0.2.1 && <0.4 ghc-options: