Hello community,
here is the log from the commit of package ghc-rio-prettyprint for
openSUSE:Factory checked in at 2019-10-17 12:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-rio-prettyprint (Old)
and /work/SRC/openSUSE:Factory/.ghc-rio-prettyprint.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rio-prettyprint"
Thu Oct 17 12:22:27 2019 rev:2 rq:738907 version:0.1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-rio-prettyprint/ghc-rio-prettyprint.changes
2019-06-19 21:11:27.214687310 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-rio-prettyprint.new.2352/ghc-rio-prettyprint.changes
2019-10-17 12:22:34.143130178 +0200
@@ -1,0 +2,5 @@
+Wed Oct 16 14:43:25 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal file for more accurate build-time dependencies.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-rio-prettyprint.spec ++++++
--- /var/tmp/diff_new_pack.7Jy72g/_old 2019-10-17 12:22:35.063127870 +0200
+++ /var/tmp/diff_new_pack.7Jy72g/_new 2019-10-17 12:22:35.067127860 +0200
@@ -25,7 +25,7 @@
Group: Development/Libraries/Haskell
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-annotated-wl-pprint-devel
++++++ rio-prettyprint.cabal ++++++
--- /var/tmp/diff_new_pack.7Jy72g/_old 2019-10-17 12:22:35.103127769 +0200
+++ /var/tmp/diff_new_pack.7Jy72g/_new 2019-10-17 12:22:35.107127759 +0200
@@ -8,7 +8,7 @@
name: rio-prettyprint
version: 0.1.0.0
-x-revision: 1
+x-revision: 2
synopsis: Pretty-printing for RIO
category: Development
homepage: https://github.com/commercialhaskell/stack#readme
@@ -36,15 +36,15 @@
hs-source-dirs:
src/
build-depends:
- Cabal (>=2.4.0.1 && <2.5) || (>=2.4.1.0 && <2.5)
- , aeson (>=1.2.4.0 && <1.3) || (>=1.3.1.1 && <1.4) || (>=1.4.2.0 && <1.5)
- , annotated-wl-pprint >=0.7.0 && <0.8
- , ansi-terminal (==0.9.*) || (>=0.9.1 && <0.10)
- , array (>=0.5.2.0 && <0.6) || (>=0.5.3.0 && <0.6)
+ Cabal >=2.4.0.1
+ , aeson >=1.2.4.0
+ , annotated-wl-pprint >=0.7.0
+ , ansi-terminal >=0.9
+ , array >=0.5.2.0
, base >=4.10 && <5
- , colour (>=2.3.4 && <2.4) || (>=2.3.5 && <2.4)
- , mtl >=2.2.2 && <2.3
- , path >=0.6.1 && <0.7
- , rio >=0.1.9.2 && <0.2
- , text (>=1.2.3.0 && <1.3) || (>=1.2.3.1 && <1.3)
+ , colour >=2.3.4
+ , mtl >=2.2.2
+ , path >=0.6.1
+ , rio >=0.1.9.2
+ , text >=1.2.3.0
default-language: Haskell2010