forked from pool/ghc-conduit-extra
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-conduit-extra revision:15, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-conduit-extra?expand=0&rev=81
This commit is contained in:
parent
c8ebd5654b
commit
6de57c3575
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a648dee203c01e647fa386bfe7a5b293ce552f8b5cab9c0dd5cb71c7cd012d9
|
|
||||||
size 33189
|
|
3
conduit-extra-1.3.6.tar.gz
Normal file
3
conduit-extra-1.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8950c38049d892c38590d389bed49ecf880671f58ec63dd4709d9fe3d4b8f153
|
||||||
|
size 33321
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 15:50:22 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update conduit-extra to version 1.3.6.
|
||||||
|
## 1.3.6
|
||||||
|
|
||||||
|
* Add support for `transformers-0.6`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-conduit-extra
|
# spec file for package ghc-conduit-extra
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name conduit-extra
|
%global pkg_name conduit-extra
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Batteries included conduit: adapters for common libraries
|
Summary: Batteries included conduit: adapters for common libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -46,7 +46,6 @@ BuildRequires: ghc-unliftio-core-devel
|
|||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-bytestring-builder-devel
|
|
||||||
BuildRequires: ghc-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
BuildRequires: ghc-transformers-base-devel
|
BuildRequires: ghc-transformers-base-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user