Hello community,
here is the log from the commit of package ghc-insert-ordered-containers for
openSUSE:Factory checked in at 2017-07-11 08:25:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-insert-ordered-containers (Old)
and /work/SRC/openSUSE:Factory/.ghc-insert-ordered-containers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-insert-ordered-containers"
Tue Jul 11 08:25:33 2017 rev:5 rq:508571 version:0.2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-insert-ordered-containers/ghc-insert-ordered-containers.changes
2017-06-04 01:54:06.448699823 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-insert-ordered-containers.new/ghc-insert-ordered-containers.changes
2017-07-11 08:25:34.513733812 +0200
@@ -1,0 +2,5 @@
+Tue Jun 27 16:02:02 UTC 2017 - [email protected]
+
+- Update to version 0.2.1.0 revision 3.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-insert-ordered-containers.spec ++++++
--- /var/tmp/diff_new_pack.NIszTk/_old 2017-07-11 08:25:35.013663299 +0200
+++ /var/tmp/diff_new_pack.NIszTk/_new 2017-07-11 08:25:35.013663299 +0200
@@ -26,7 +26,7 @@
Group: Development/Languages/Other
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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-base-compat-devel
++++++ insert-ordered-containers.cabal ++++++
--- /var/tmp/diff_new_pack.NIszTk/_old 2017-07-11 08:25:35.069655402 +0200
+++ /var/tmp/diff_new_pack.NIszTk/_new 2017-07-11 08:25:35.069655402 +0200
@@ -1,6 +1,6 @@
name: insert-ordered-containers
version: 0.2.1.0
-x-revision: 2
+x-revision: 3
synopsis: Associative containers retating insertion order for traversals.
description: Associative containers retating insertion order for traversals.
category: Web
@@ -27,7 +27,7 @@
src
ghc-options: -Wall
build-depends:
- base >=4.6 && <4.10
+ base >=4.6 && <4.11
, aeson >=1.0.0.0 && <1.3
, base-compat >=0.6.0 && <0.10
, hashable >=1.2.3.3 && <1.4
@@ -61,6 +61,6 @@
, base
, insert-ordered-containers
, tasty >= 0.10.1.2 && <0.12
- , tasty-quickcheck >= 0.8.3.2 && <0.9
- , QuickCheck >=2.7.6 && <2.10
+ , tasty-quickcheck >= 0.8.3.2 && <0.10
+ , QuickCheck >=2.7.6 && <2.11
default-language: Haskell2010