Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-parser-combinators for
openSUSE:Factory checked in at 2023-10-30 22:10:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-parser-combinators (Old)
and /work/SRC/openSUSE:Factory/.ghc-parser-combinators.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-parser-combinators"
Mon Oct 30 22:10:30 2023 rev:14 rq:1121040 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-parser-combinators/ghc-parser-combinators.changes
2023-04-04 21:22:28.825896920 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-parser-combinators.new.17445/ghc-parser-combinators.changes
2023-10-30 22:10:45.396152994 +0100
@@ -1,0 +2,6 @@
+Sun Oct 22 13:25:29 UTC 2023 - Peter Simons <[email protected]>
+
+- Update parser-combinators to version 1.3.0 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
parser-combinators.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-parser-combinators.spec ++++++
--- /var/tmp/diff_new_pack.34vmDc/_old 2023-10-30 22:10:45.968174097 +0100
+++ /var/tmp/diff_new_pack.34vmDc/_new 2023-10-30 22:10:45.972174244 +0100
@@ -25,6 +25,7 @@
License: BSD-3-Clause
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#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
@@ -63,6 +64,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ parser-combinators.cabal ++++++
cabal-version: 1.18
name: parser-combinators
version: 1.3.0
x-revision: 1
license: BSD3
license-file: LICENSE.md
maintainer: Mark Karpov <[email protected]>
author:
Mark Karpov <[email protected]>
Alex Washburn <[email protected]>
tested-with: ghc ==8.6.5 ghc ==8.8.4 ghc ==8.10.3
homepage: https://github.com/mrkkrp/parser-combinators
bug-reports: https://github.com/mrkkrp/parser-combinators/issues
synopsis:
Lightweight package providing commonly useful parser combinators
description:
Lightweight package providing commonly useful parser combinators.
category: Parsing
build-type: Simple
extra-doc-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/mrkkrp/parser-combinators.git
flag dev
description: Turn on development settings.
default: False
manual: True
library
exposed-modules:
Control.Applicative.Combinators
Control.Applicative.Combinators.NonEmpty
Control.Applicative.Permutations
Control.Monad.Combinators
Control.Monad.Combinators.Expr
Control.Monad.Combinators.NonEmpty
Control.Monad.Permutations
default-language: Haskell2010
build-depends: base >=4.12 && <5
if flag(dev)
ghc-options: -Wall -Werror
else
ghc-options: -O2 -Wall
if flag(dev)
ghc-options:
-Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns
-Wnoncanonical-monad-instances