Hello community, here is the log from the commit of package ghc-lifted-async for openSUSE:Factory checked in at 2015-12-01 09:19:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lifted-async (Old) and /work/SRC/openSUSE:Factory/.ghc-lifted-async.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lifted-async" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lifted-async/ghc-lifted-async.changes 2015-09-08 17:48:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-lifted-async.new/ghc-lifted-async.changes 2015-12-01 09:19:32.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Nov 29 17:26:51 UTC 2015 - mimi...@gmail.com + +- update to 0.7.0.2 +* Relax upper bound for the constraints package + +------------------------------------------------------------------- Old: ---- lifted-async-0.7.0.1.tar.gz New: ---- lifted-async-0.7.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lifted-async.spec ++++++ --- /var/tmp/diff_new_pack.sYuRQi/_old 2015-12-01 09:19:33.000000000 +0100 +++ /var/tmp/diff_new_pack.sYuRQi/_new 2015-12-01 09:19:33.000000000 +0100 @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name lifted-async %bcond_with tests Name: ghc-lifted-async -Version: 0.7.0.1 +Version: 0.7.0.2 Release: 0 Summary: Run lifted IO operations asynchronously and wait for their results +License: BSD-3-Clause Group: System/Libraries -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 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,7 +70,6 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build ++++++ lifted-async-0.7.0.1.tar.gz -> lifted-async-0.7.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lifted-async-0.7.0.1/CHANGELOG.md new/lifted-async-0.7.0.2/CHANGELOG.md --- old/lifted-async-0.7.0.1/CHANGELOG.md 2015-05-18 14:58:36.000000000 +0200 +++ new/lifted-async-0.7.0.2/CHANGELOG.md 2015-11-27 02:28:01.000000000 +0100 @@ -1,3 +1,9 @@ +## v0.7.0.2 - 2015-11-26 + +* Relax upper bound for the constraints package + * Upper bound remains < 0.6 for GHC < 7.8 as constraints-0.6 requires the closed type families extension. +* Drop support for GHC 7.4.2 + ## v0.7.0.1 - 2015-05-18 * Fix typecheck error with GHC HEAD (#17) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lifted-async-0.7.0.1/lifted-async.cabal new/lifted-async-0.7.0.2/lifted-async.cabal --- old/lifted-async-0.7.0.1/lifted-async.cabal 2015-05-18 14:58:36.000000000 +0200 +++ new/lifted-async-0.7.0.2/lifted-async.cabal 2015-11-27 02:28:01.000000000 +0100 @@ -1,5 +1,5 @@ name: lifted-async -version: 0.7.0.1 +version: 0.7.0.2 synopsis: Run lifted IO operations asynchronously and wait for their results homepage: https://github.com/maoe/lifted-async bug-reports: https://github.com/maoe/lifted-async/issues @@ -12,10 +12,9 @@ build-type: Simple cabal-version: >= 1.8 tested-with: - GHC == 7.10.1 + GHC == 7.10.2 , GHC == 7.8.4 , GHC == 7.6.3 - , GHC == 7.4.2 extra-source-files: README.md @@ -40,9 +39,11 @@ , lifted-base >= 0.2 && < 0.3 , transformers-base >= 0.4 && < 0.5 if flag(monad-control-1) - build-depends: - constraints >= 0.2 && < 0.5 - , monad-control == 1.0.* + build-depends: monad-control == 1.0.* + if impl(ghc >= 7.8) + build-depends: constraints >= 0.2 && < 0.7 + else + build-depends: constraints >= 0.2 && < 0.6 else build-depends: monad-control == 0.* @@ -113,5 +114,5 @@ source-repository this type: git - tag: v0.7.0.1 + tag: v0.7.0.2 location: https://github.com/maoe/lifted-async.git