Accepting request 383466 from devel:languages:haskell

- 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 (forwarded request 383463 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/383466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-conduit-extra?expand=0&rev=7
This commit is contained in:
2016-04-03 21:07:20 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:670009f95b16d74d1ffab5fe7f9e667249384cdddf80b8eda32413e11861ea2f
size 31096

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16910191be60a573a3dd933655ced6bc91564fd96e61e89e4d97ac52e6d75810
size 33455

View File

@@ -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

View File

@@ -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