Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-cassava-megaparsec for 
openSUSE:Factory checked in at 2023-01-18 13:09:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cassava-megaparsec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-cassava-megaparsec.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-cassava-megaparsec"

Wed Jan 18 13:09:42 2023 rev:7 rq:1059055 version:2.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-cassava-megaparsec/ghc-cassava-megaparsec.changes
    2021-11-11 21:36:22.044886263 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-cassava-megaparsec.new.32243/ghc-cassava-megaparsec.changes
 2023-01-18 13:09:51.372482559 +0100
@@ -1,0 +2,6 @@
+Tue Dec 27 19:24:30 UTC 2022 - Peter Simons <[email protected]>
+
+- Update cassava-megaparsec to version 2.0.4 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  cassava-megaparsec.cabal

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

Other differences:
------------------
++++++ ghc-cassava-megaparsec.spec ++++++
--- /var/tmp/diff_new_pack.5w1GGr/_old  2023-01-18 13:09:51.792484971 +0100
+++ /var/tmp/diff_new_pack.5w1GGr/_new  2023-01-18 13:09:51.796484994 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-cassava-megaparsec
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 License:        MIT
 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-bytestring-devel
 BuildRequires:  ghc-cassava-devel
@@ -54,6 +55,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ cassava-megaparsec.cabal ++++++
name:                 cassava-megaparsec
version:              2.0.4
x-revision:           1
cabal-version:        1.18
tested-with:
  GHC == 9.4.4
  GHC == 9.2.5
  GHC == 9.0.2
  GHC == 8.10.7
  GHC == 8.8.4
  GHC == 8.6.5
  GHC == 8.4.4
  GHC == 8.2.2
license:              MIT
license-file:         LICENSE.md
author:               Mark Karpov <[email protected]>
maintainer:           Mark Karpov <[email protected]>
homepage:             https://github.com/stackbuilders/cassava-megaparsec
bug-reports:          https://github.com/stackbuilders/cassava-megaparsec/issues
category:             Text, Web, CSV, Parsing
synopsis:             Megaparsec parser of CSV files that plays nicely with 
Cassava
build-type:           Simple
description:          Megaparsec parser of CSV files that plays nicely with 
Cassava.
extra-doc-files:      CHANGELOG.md
                    , README.md

source-repository head
  type:               git
  location:           https://github.com/stackbuilders/cassava-megaparsec.git

flag dev
  description:        Turn on development settings.
  manual:             True
  default:            False

library
  build-depends:      base             >= 4.8   && < 5.0
                    , bytestring       >= 0.9   && < 0.12
                    , cassava          >= 0.4.2 && < 0.6
                    , megaparsec       >= 7.0   && < 10.0
                    , unordered-containers >= 0.2.7 && < 0.3
                    , vector           >= 0.11  && < 0.14
  exposed-modules:    Data.Csv.Parser.Megaparsec
                    , Data.Csv.Parser.Megaparsec.Internals
  if flag(dev)
    ghc-options:      -Wall -Werror
  else
    ghc-options:      -O2 -Wall
  if flag(dev) && impl(ghc >= 8.0)
    ghc-options:      -Wcompat
                      -Wincomplete-record-updates
                      -Wincomplete-uni-patterns
                      -Wnoncanonical-monad-instances
                      -Wnoncanonical-monadfail-instances
  default-language:   Haskell2010

test-suite tests
  main-is:            Spec.hs
  hs-source-dirs:     tests
  type:               exitcode-stdio-1.0
  build-depends:      base               >= 4.8  && < 5.0
                    , bytestring         >= 0.9  && < 0.12
                    , cassava            >= 0.4.2 && < 0.6
                    , cassava-megaparsec
                    , hspec              >= 2.0  && < 3.0
                    , hspec-megaparsec   >= 2.0  && < 3.0
                    , vector             >= 0.11 && < 0.14
  if flag(dev)
    ghc-options:      -Wall -Werror
  else
    ghc-options:      -O2 -Wall
  default-language:   Haskell2010

Reply via email to