Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-optparse-simple for 
openSUSE:Factory checked in at 2021-07-05 22:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optparse-simple (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-optparse-simple.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-optparse-simple"

Mon Jul  5 22:22:40 2021 rev:9 rq:903727 version:0.1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-optparse-simple/ghc-optparse-simple.changes  
2020-12-22 11:43:54.345739101 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-optparse-simple.new.2625/ghc-optparse-simple.changes
        2021-07-05 22:22:55.165750060 +0200
@@ -1,0 +2,8 @@
+Thu Jun 24 12:01:19 UTC 2021 - [email protected]
+
+- Update optparse-simple to version 0.1.1.4.
+  ## 0.1.1.4
+
+  * template-haskell 2.17 support 
[#15](https://github.com/fpco/optparse-simple/pull/15)
+
+-------------------------------------------------------------------

Old:
----
  optparse-simple-0.1.1.3.tar.gz

New:
----
  optparse-simple-0.1.1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-optparse-simple.spec ++++++
--- /var/tmp/diff_new_pack.vH9LTx/_old  2021-07-05 22:22:56.857736967 +0200
+++ /var/tmp/diff_new_pack.vH9LTx/_new  2021-07-05 22:22:56.861736936 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-optparse-simple
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name optparse-simple
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.1.3
+Version:        0.1.1.4
 Release:        0
 Summary:        Simple interface to optparse-applicative
 License:        BSD-3-Clause
@@ -30,6 +30,7 @@
 BuildRequires:  ghc-optparse-applicative-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
+BuildRequires:  ghc-th-compat-devel
 BuildRequires:  ghc-transformers-devel
 ExcludeArch:    %{ix86}
 %if %{with tests}

++++++ optparse-simple-0.1.1.3.tar.gz -> optparse-simple-0.1.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optparse-simple-0.1.1.3/ChangeLog.md 
new/optparse-simple-0.1.1.4/ChangeLog.md
--- old/optparse-simple-0.1.1.3/ChangeLog.md    2020-08-18 15:13:55.000000000 
+0200
+++ new/optparse-simple-0.1.1.4/ChangeLog.md    2021-06-23 12:28:02.000000000 
+0200
@@ -1,5 +1,9 @@
 # ChangeLog for optparse-simple
 
+## 0.1.1.4
+
+* template-haskell 2.17 support 
[#15](https://github.com/fpco/optparse-simple/pull/15)
+
 ## 0.1.1.3
 
 * optparse-applicative 0.16.0.0 support 
[#14](https://github.com/fpco/optparse-simple/issues/14)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optparse-simple-0.1.1.3/optparse-simple.cabal 
new/optparse-simple-0.1.1.4/optparse-simple.cabal
--- old/optparse-simple-0.1.1.3/optparse-simple.cabal   2020-08-18 
15:13:38.000000000 +0200
+++ new/optparse-simple-0.1.1.4/optparse-simple.cabal   2021-06-23 
12:28:13.000000000 +0200
@@ -1,13 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.33.0.
+-- This file has been generated from package.yaml by hpack version 0.34.4.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: 71da8e6f0f044acf18f321986a6ae40a83b3e3be8e112e4112b0a56b4f41e62a
 
 name:           optparse-simple
-version:        0.1.1.3
+version:        0.1.1.4
 synopsis:       Simple interface to optparse-applicative
 description:    Please see the README at 
<https://www.stackage.org/package/optparse-simple>
 category:       Options
@@ -45,6 +43,7 @@
     , githash >=0.1.3.0
     , optparse-applicative
     , template-haskell
+    , th-compat
     , transformers >=0.4
   if impl (ghc < 8.0)
     build-depends:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/optparse-simple-0.1.1.3/src/Options/Applicative/Simple.hs 
new/optparse-simple-0.1.1.4/src/Options/Applicative/Simple.hs
--- old/optparse-simple-0.1.1.3/src/Options/Applicative/Simple.hs       
2020-08-18 15:14:23.000000000 +0200
+++ new/optparse-simple-0.1.1.4/src/Options/Applicative/Simple.hs       
2021-06-23 12:28:02.000000000 +0200
@@ -52,6 +52,7 @@
 import           GitHash (GitInfo, giDirty, giHash, tGitInfoCwdTry)
 import           Language.Haskell.TH (Q,Exp)
 import qualified Language.Haskell.TH.Syntax as TH
+import           Language.Haskell.TH.Syntax.Compat
 import           Options.Applicative
 import           System.Environment
 
@@ -89,7 +90,7 @@
   [|concat (["Version "
            ,$(TH.lift $ showVersion version)
            ] ++
-           case $(TH.unTypeQ tGitInfoCwdTry) :: Either String GitInfo of
+           case $(unTypeSplice tGitInfoCwdTry) :: Either String GitInfo of
              Left _ -> []
              Right gi -> [ ", Git revision "
                          , giHash gi

Reply via email to