SHA256
1
0
forked from pool/ghc-cassava

Accepting request 953441 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cassava?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:08:39 +00:00 committed by Git OBS Bridge
commit 1f65b70c77
3 changed files with 9 additions and 3 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 @@
-------------------------------------------------------------------
Mon Dec 27 00:15:03 UTC 2021 - Peter Simons <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

@ -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