Hello community,
here is the log from the commit of package ghc-foldl-statistics for
openSUSE:Factory checked in at 2017-07-06 00:01:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-foldl-statistics (Old)
and /work/SRC/openSUSE:Factory/.ghc-foldl-statistics.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-foldl-statistics"
Thu Jul 6 00:01:00 2017 rev:4 rq:506994 version:0.1.4.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-foldl-statistics/ghc-foldl-statistics.changes
2017-06-22 10:37:33.341623450 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-foldl-statistics.new/ghc-foldl-statistics.changes
2017-07-06 00:01:01.722338420 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 21:01:45 UTC 2017 - [email protected]
+
+- Update to version 0.1.4.6.
+
+-------------------------------------------------------------------
Old:
----
foldl-statistics-0.1.4.4.tar.gz
New:
----
foldl-statistics-0.1.4.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-foldl-statistics.spec ++++++
--- /var/tmp/diff_new_pack.t2ls26/_old 2017-07-06 00:01:02.422239823 +0200
+++ /var/tmp/diff_new_pack.t2ls26/_new 2017-07-06 00:01:02.426239259 +0200
@@ -19,7 +19,7 @@
%global pkg_name foldl-statistics
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.4.4
+Version: 0.1.4.6
Release: 0
Summary: Statistical functions from the statistics package implemented
as Folds
License: BSD-3-Clause
@@ -31,7 +31,6 @@
BuildRequires: ghc-math-functions-devel
BuildRequires: ghc-profunctors-devel
BuildRequires: ghc-rpm-macros
-BuildRequires: ghc-semigroups-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-quickcheck-instances-devel
++++++ foldl-statistics-0.1.4.4.tar.gz -> foldl-statistics-0.1.4.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/foldl-statistics-0.1.4.4/CHANGELOG.md
new/foldl-statistics-0.1.4.6/CHANGELOG.md
--- old/foldl-statistics-0.1.4.4/CHANGELOG.md 2017-06-01 06:45:33.000000000
+0200
+++ new/foldl-statistics-0.1.4.6/CHANGELOG.md 2017-06-15 13:09:26.000000000
+0200
@@ -1,3 +1,9 @@
+# 0.1.4.6
+- Relax bounds on tasty-quickcheck
+
+# 0.1.4.5
+- Fix dependencies for GHC < 8.0
+
# 0.1.4.4
- Update to foldl < 1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/foldl-statistics-0.1.4.4/foldl-statistics.cabal
new/foldl-statistics-0.1.4.6/foldl-statistics.cabal
--- old/foldl-statistics-0.1.4.4/foldl-statistics.cabal 2017-06-01
06:46:23.000000000 +0200
+++ new/foldl-statistics-0.1.4.6/foldl-statistics.cabal 2017-06-15
13:12:00.000000000 +0200
@@ -1,5 +1,5 @@
name: foldl-statistics
-version: 0.1.4.4
+version: 0.1.4.6
cabal-version: >=1.10
build-type: Simple
license: BSD3
@@ -28,45 +28,55 @@
location: https://github.com/Data61/foldl-statistics
library
+
+ if impl(ghc <8.0)
+ build-depends:
+ semigroups >=0.18 && <1.0
exposed-modules:
Control.Foldl.Statistics
build-depends:
base >=4.7 && <5,
foldl >=1.1 && <1.4,
math-functions >=0.1 && <0.3,
- profunctors ==5.2.*,
- semigroups >=0.18.2 && <1.0
+ profunctors ==5.2.*
default-language: Haskell2010
hs-source-dirs: src
test-suite foldl-statistics-test
+
+ if impl(ghc <8.0)
+ build-depends:
+ semigroups >=0.18.2 && <0.19
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends:
base >=4.7 && <5.0,
- foldl-statistics >=0.1.4.4 && <0.2,
- foldl >=1.2.1 && <1.3,
+ foldl-statistics >=0.1.4.6 && <0.2,
+ foldl >=1.2.5 && <1.3,
statistics >=0.13 && <0.15,
tasty ==0.11.*,
- tasty-quickcheck ==0.8.*,
+ tasty-quickcheck >=0.8 && <0.10,
vector >=0.11 && <0.13,
quickcheck-instances ==0.3.*,
- profunctors ==5.2.*,
- semigroups >=0.18.2 && <0.19
+ profunctors ==5.2.*
default-language: Haskell2010
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
benchmark bench-folds
+
+ if impl(ghc <8.0)
+ build-depends:
+ semigroups >=0.18.2 && <0.19
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends:
- base >=4.9.0.0 && <4.10,
- foldl-statistics >=0.1.4.4 && <0.2,
+ base >=4.9.1.0 && <4.10,
+ foldl-statistics >=0.1.4.6 && <0.2,
criterion ==1.1.*,
vector >=0.10 && <1.0,
statistics >=0.13.3.0 && <0.14,
mwc-random ==0.13.*,
- foldl >=1.2.1 && <1.3
+ foldl >=1.2.5 && <1.3
default-language: Haskell2010
hs-source-dirs: bench
\ No newline at end of file