commit ghc-lifted-async for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-lifted-async for openSUSE:Factory checked in at 2017-02-22 13:53:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2017-02-03 17:39:20.526765217 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-lifted-async.new/ghc-lifted-async.changes 2017-02-22 13:53:34.280002576 +0100 @@ -1,0 +2,5 @@ +Mon Jan 30 09:26:46 UTC 2017 - psimons@suse.com + +- Update to version 0.9.1.1 with cabal2obs. + +------------------------------------------------------------------- Old: ---- lifted-async-0.9.1.tar.gz New: ---- lifted-async-0.9.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lifted-async.spec ++++++ --- /var/tmp/diff_new_pack.nojb9c/_old 2017-02-22 13:53:34.703942250 +0100 +++ /var/tmp/diff_new_pack.nojb9c/_new 2017-02-22 13:53:34.703942250 +0100 @@ -19,7 +19,7 @@ %global pkg_name lifted-async %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.9.1 +Version: 0.9.1.1 Release: 0 Summary: Run lifted IO operations asynchronously and wait for their results License: BSD-3-Clause ++++++ lifted-async-0.9.1.tar.gz -> lifted-async-0.9.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lifted-async-0.9.1/CHANGELOG.md new/lifted-async-0.9.1.1/CHANGELOG.md --- old/lifted-async-0.9.1/CHANGELOG.md 2017-01-13 00:57:11.000000000 +0100 +++ new/lifted-async-0.9.1.1/CHANGELOG.md 2017-01-26 07:57:22.000000000 +0100 @@ -1,3 +1,11 @@ +## v0.9.1.1 - 2017-01-26 + +* Relax upper version bound for constraints + +## v0.9.1 - 2017-01-13 + +* Add (for|map)Concurrently_ (#21) + ## v0.9.0 - 2016-05-22 * Leverage `StM m a ~ a` in the `Safe` module for faster `wait`/`poll`/`race`/`concurrently` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lifted-async-0.9.1/README.md new/lifted-async-0.9.1.1/README.md --- old/lifted-async-0.9.1/README.md 2017-01-13 00:57:11.000000000 +0100 +++ new/lifted-async-0.9.1.1/README.md 2017-01-26 07:57:22.000000000 +0100 @@ -1,7 +1,9 @@ lifted-async ========== +[![Hackage](https://img.shields.io/hackage/v/lifted-async.svg)](https://hackage.haskell.org/package/lifted-async) +[![Hackage-Deps](https://img.shields.io/hackage-deps/v/lifted-async.svg)](http://packdeps.haskellers.com/feed?needle=lifted-async) +[![lifted-async on Stackage LTS 3](http://stackage.org/package/lifted-async/badge/lts)](http://stackage.org/lts/package/lifted-async) [![Build Status](https://secure.travis-ci.org/maoe/lifted-async.png)](http://travis-ci.org/maoe/lifted-async) -[![Coverage Status](https://coveralls.io/repos/maoe/lifted-async/badge.png)](https://coveralls.io/r/maoe/lifted-async) [![Gitter chat](https://badges.gitter.im/maoe/lifted-async.png)](https://gitter.im/maoe/lifted-async) This package provides IO operations from [async](http://hackage.haskell.org/package/async) package lifted to any instance of `MonadBase` or `MonadBaseControl` from [monad-control](http://hackage.haskell.org/package/monad-control) package. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lifted-async-0.9.1/lifted-async.cabal new/lifted-async-0.9.1.1/lifted-async.cabal --- old/lifted-async-0.9.1/lifted-async.cabal 2017-01-13 00:57:11.000000000 +0100 +++ new/lifted-async-0.9.1.1/lifted-async.cabal 2017-01-26 07:57:22.000000000 +0100 @@ -1,5 +1,5 @@ name: lifted-async -version: 0.9.1 +version: 0.9.1.1 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 @@ -42,7 +42,7 @@ if flag(monad-control-1) build-depends: monad-control == 1.0.* if impl(ghc >= 7.8) - build-depends: constraints >= 0.2 && < 0.9 + build-depends: constraints >= 0.2 && < 0.10 else build-depends: constraints >= 0.2 && < 0.6 else @@ -115,5 +115,5 @@ source-repository this type: git - tag: v0.9.0 + tag: v0.9.1.1 location: https://github.com/maoe/lifted-async.git
participants (1)
-
root@hilbertn.suse.de