Accepting request 607893 from devel:languages:haskell
Update ghc-streaming-commons to the latest version. OBS-URL: https://build.opensuse.org/request/show/607893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-streaming-commons?expand=0&rev=14
This commit is contained in:
commit
b46b83cae9
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update streaming-commons to version 0.2.0.0.
|
||||
* Drop `blaze-builder` dependency
|
||||
* Update `getAddrInfo` hints to allow hostnames and portnames [#46](https://github.com/fpco/streaming-commons/issues/46)
|
||||
* Add `isCompleteInflate`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-streaming-commons
|
||||
#
|
||||
# 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 streaming-commons
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.17
|
||||
Version: 0.2.0.0
|
||||
Release: 0
|
||||
Summary: Common lower-level functions needed by various streaming data libraries
|
||||
License: MIT
|
||||
@ -29,7 +29,6 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-blaze-builder-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-network-devel
|
||||
@ -82,7 +81,7 @@ files.
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc ChangeLog.md README.md
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e50a38cb8b626ef2f031c195e22171ffce00e20cbe63e8c768887564a7f47da9
|
||||
size 88554
|
3
streaming-commons-0.2.0.0.tar.gz
Normal file
3
streaming-commons-0.2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4e2b8460325c133c83d04048e334fb502ba3627f41ffc85c05f81f1f38ace5f
|
||||
size 86501
|
Loading…
Reference in New Issue
Block a user