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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cassava?expand=0&rev=17
This commit is contained in:
Peter Simons 2022-02-09 13:44:52 +00:00 committed by Git OBS Bridge
parent 6855715d4f
commit fbbc18897f
3 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
Name: cassava
Version: 0.5.2.0
x-revision: 6
x-revision: 7
Synopsis: A CSV parsing and encoding library
Description: {
@ -116,7 +116,7 @@ Library
deepseq >= 1.1 && < 1.5,
hashable < 1.5,
scientific >= 0.3.4.7 && < 0.4,
text < 1.3,
text < 2.1,
transformers >= 0.2 && < 0.7,
unordered-containers < 0.3,
vector >= 0.8 && < 0.13,

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 4 12:15:28 UTC 2022 - psimons@suse.com
- Update cassava to version 0.5.2.0 revision 7.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat Nov 20 17:29:26 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-cassava
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Summary: A CSV parsing and encoding library
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
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Only-devel
BuildRequires: ghc-array-devel