Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-wl-pprint-annotated for
openSUSE:Factory checked in at 2022-02-15 23:57:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wl-pprint-annotated (Old)
and /work/SRC/openSUSE:Factory/.ghc-wl-pprint-annotated.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wl-pprint-annotated"
Tue Feb 15 23:57:33 2022 rev:3 rq:954694 version:0.1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-wl-pprint-annotated/ghc-wl-pprint-annotated.changes
2020-12-22 11:49:12.377995450 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-wl-pprint-annotated.new.1956/ghc-wl-pprint-annotated.changes
2022-02-15 23:57:59.952331624 +0100
@@ -1,0 +2,6 @@
+Mon Feb 14 16:57:13 UTC 2022 - Peter Simons <[email protected]>
+
+- Update wl-pprint-annotated to version 0.1.0.1 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
wl-pprint-annotated.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-wl-pprint-annotated.spec ++++++
--- /var/tmp/diff_new_pack.vwMJXZ/_old 2022-02-15 23:58:00.420332917 +0100
+++ /var/tmp/diff_new_pack.vwMJXZ/_new 2022-02-15 23:58:00.420332917 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-wl-pprint-annotated
#
-# Copyright (c) 2020 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: 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-containers-devel
BuildRequires: ghc-deepseq-devel
@@ -53,6 +54,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ wl-pprint-annotated.cabal ++++++
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 456188a057c4e34f6769dab99fc89329114f7149df4168c3485402e7a66bb298
name: wl-pprint-annotated
category: Text
version: 0.1.0.1
x-revision: 1
synopsis: Pretty printer with annotation support
cabal-version: >= 1.10
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.3, GHC ==
8.6.1
author: Daniel Mendler <[email protected]>
maintainer: Daniel Mendler <[email protected]>
stability: experimental
homepage: https://github.com/minad/wl-pprint-annotated#readme
bug-reports: https://github.com/minad/wl-pprint-annotated/issues
copyright: 2011-2012 Edward A. Kmett, 2000 Daan Leijen
description: Wadler/Leijen pretty printer with support for annotations and
modernized API. Annotations are useful for coloring. See wl-pprint-console.
build-type: Simple
source-repository head
type: git
location: https://github.com/minad/wl-pprint-annotated
library
hs-source-dirs:
src
default-extensions: FlexibleInstances TypeSynonymInstances DeriveFunctor
DeriveFoldable DeriveTraversable DeriveGeneric DefaultSignatures
ghc-options: -Wall
build-depends:
base >=4.8 && <5,
containers >=0.4 && <0.7,
deepseq >=1.4 && <1.6,
text >=0.11 && <2.1
if impl(ghc < 8.0)
build-depends:
semigroups >=0.9 && <1
exposed-modules:
Text.PrettyPrint.Annotated.WL
other-modules:
Paths_wl_pprint_annotated
default-language: Haskell2010
test-suite wl-pprint
type: exitcode-stdio-1.0
main-is: WLPPrintTests.hs
other-modules:
Paths_wl_pprint_annotated
hs-source-dirs:
test
default-extensions: FlexibleInstances TypeSynonymInstances DeriveFunctor
DeriveFoldable DeriveTraversable DeriveGeneric DefaultSignatures
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.8 && <5,
containers >=0.4 && <0.7,
deepseq >=1.4 && <1.6,
tasty,
tasty-hunit,
text >=0.11 && <2.1,
wl-pprint-annotated
if impl(ghc < 8.0)
build-depends:
semigroups >=0.9 && <1
default-language: Haskell2010