osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-filtrable revision:2, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-filtrable?expand=0&rev=2
This commit is contained in:
Peter Simons 2020-09-01 01:01:37 +00:00 committed by Git OBS Bridge
parent aff7cac860
commit cc02d20c27
4 changed files with 11 additions and 4 deletions

View File

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

3
filtrable-0.1.6.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 31 02:02:51 UTC 2020 - psimons@suse.com
- Update filtrable to version 0.1.6.0.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Tue Aug 25 10:35:30 UTC 2020 - psimons@suse.com

View File

@ -19,13 +19,14 @@
%global pkg_name filtrable
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.5.0
Version: 0.1.6.0
Release: 0
Summary: Class of filtrable containers
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-transformers-devel
%if %{with tests}