From 5129092e1e01e4cefcf63a276993583a9d25a52f54060f7f9927c9a408fdd09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 3 Apr 2016 15:16:00 +0000 Subject: [PATCH] Accepting request 383463 from devel:languages:haskell:lts - update to 1.1.13.1 * Add sinkStorable and sinkStorableEx - update to 1.1.12.1 * Add sourceProcessWithStreams * Fix accidentally breaking change in sourceProcessWithConsumer type signature OBS-URL: https://build.opensuse.org/request/show/383463 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-conduit-extra?expand=0&rev=14 --- conduit-extra-1.1.11.tar.gz | 3 --- conduit-extra-1.1.13.1.tar.gz | 3 +++ ghc-conduit-extra.changes | 13 +++++++++++++ ghc-conduit-extra.spec | 3 ++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 conduit-extra-1.1.11.tar.gz create mode 100644 conduit-extra-1.1.13.1.tar.gz diff --git a/conduit-extra-1.1.11.tar.gz b/conduit-extra-1.1.11.tar.gz deleted file mode 100644 index ca6b6bd..0000000 --- a/conduit-extra-1.1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:670009f95b16d74d1ffab5fe7f9e667249384cdddf80b8eda32413e11861ea2f -size 31096 diff --git a/conduit-extra-1.1.13.1.tar.gz b/conduit-extra-1.1.13.1.tar.gz new file mode 100644 index 0000000..9ccb918 --- /dev/null +++ b/conduit-extra-1.1.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16910191be60a573a3dd933655ced6bc91564fd96e61e89e4d97ac52e6d75810 +size 33455 diff --git a/ghc-conduit-extra.changes b/ghc-conduit-extra.changes index cb04f2b..310fee2 100644 --- a/ghc-conduit-extra.changes +++ b/ghc-conduit-extra.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Apr 3 15:14:52 UTC 2016 - mimi.vx@gmail.com + +- update to 1.1.13.1 +* Add sinkStorable and sinkStorableEx + +------------------------------------------------------------------- +Thu Mar 31 08:36:42 UTC 2016 - mimi.vx@gmail.com + +- update to 1.1.12.1 +* Add sourceProcessWithStreams +* Fix accidentally breaking change in sourceProcessWithConsumer type signature + ------------------------------------------------------------------- Mon Mar 7 09:32:33 UTC 2016 - mimi.vx@gmail.com diff --git a/ghc-conduit-extra.spec b/ghc-conduit-extra.spec index 866ea64..30afeff 100644 --- a/ghc-conduit-extra.spec +++ b/ghc-conduit-extra.spec @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-conduit-extra -Version: 1.1.11 +Version: 1.1.13.1 Release: 0 Summary: Batteries included conduit: adapters for common libraries License: MIT @@ -34,6 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: +BuildRequires: ghc-async-devel BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel