Accepting request 607771 from devel:languages:haskell
Update ghc-conduit-extra to the latest version. OBS-URL: https://build.opensuse.org/request/show/607771 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-conduit-extra?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd72c1bacd5f59a74a73a0aa115b8314f0a1dc1b24d939e52a983113c960f8d5
|
||||
size 34402
|
3
conduit-extra-1.3.0.tar.gz
Normal file
3
conduit-extra-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c41c925fc53d9ba2e640c7cdca72c492b28c0d45f1a82e94baef8dfa65922ae
|
||||
size 32716
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update conduit-extra to version 1.3.0.
|
||||
* Switch over to unliftio
|
||||
* Upgrade to conduit 1.3.0
|
||||
* Fix withSinkFileBuilder [#344](https://github.com/snoyberg/conduit/pull/344)
|
||||
* Fix typo in implementation of `withProcess_`
|
||||
* Added `withLoggedProcess_`
|
||||
* Add missing `hClose` to `withSinkFileCautious`
|
||||
* `sinkHandleBuilder`, `sinkHandleFlush`, `BuilderInput`, and `FlushInput`
|
||||
[#336](https://github.com/snoyberg/conduit/pull/336)
|
||||
* `withSinkFileCautious`
|
||||
* `Data.Conduit.Process.Typed`
|
||||
* `withSourceFile`, `withSinkFile`, and `withSinkFileBuilder`
|
||||
* Added the `posOffset` field to the
|
||||
`Data.Conduit.Attoparsec.Position` data type
|
||||
[#331](https://github.com/snoyberg/conduit/issues/331).
|
||||
* Speed up `sinkHandle` by not flushing after every output operation.
|
||||
[#322](https://github.com/snoyberg/conduit/issues/322)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-conduit-extra
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%global pkg_name conduit-extra
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.1.16
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Batteries included conduit: adapters for common libraries
|
||||
License: MIT
|
||||
@@ -29,13 +29,10 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-attoparsec-devel
|
||||
BuildRequires: ghc-blaze-builder-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-conduit-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-exceptions-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-monad-control-devel
|
||||
BuildRequires: ghc-network-devel
|
||||
BuildRequires: ghc-primitive-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
@@ -44,12 +41,15 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-stm-devel
|
||||
BuildRequires: ghc-streaming-commons-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-base-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-typed-process-devel
|
||||
BuildRequires: ghc-unliftio-core-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-bytestring-builder-devel
|
||||
BuildRequires: ghc-exceptions-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
BuildRequires: ghc-transformers-base-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
@@ -89,7 +89,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc ChangeLog.md README.md
|
||||
|
Reference in New Issue
Block a user