- update to 1.1.8

*  Adding buffer size to sourceHandleRange [#213](https://github.com/snoyberg/conduit/pull/213)
* Make Binary.lines O(n) instead of O(n^2) [#209](https://github.com/snoyberg/conduit/pull/209)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-conduit-extra?expand=0&rev=2
This commit is contained in:
Ondřej Súkup 2015-05-17 15:09:41 +00:00 committed by Git OBS Bridge
parent 73944c633e
commit 766ca0df3e
4 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun May 17 15:06:03 UTC 2015 - mimi.vx@gmail.com
- update to 1.1.8
* Adding buffer size to sourceHandleRange [#213](https://github.com/snoyberg/conduit/pull/213)
* Make Binary.lines O(n) instead of O(n^2) [#209](https://github.com/snoyberg/conduit/pull/209)
-------------------------------------------------------------------
Wed Apr 22 08:23:09 UTC 2015 - mimi.vx@gmail.com

View File

@ -15,17 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global pkg_name conduit-extra
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.1.7.2
Name: ghc-conduit-extra
Version: 1.1.8
Release: 0
Summary: Batteries included conduit: adapters for common libraries
License: MIT
Group: System/Libraries
License: MIT
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
@ -80,36 +81,28 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%check
%if %{with tests}
%cabal test
%endif
%post devel
%ghc_pkg_recache
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%changelog