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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cassava?expand=0&rev=27
This commit is contained in:
Peter Simons 2023-08-01 21:01:11 +00:00 committed by Git OBS Bridge
parent 928521bd9b
commit 2e09c4f8fd
3 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
Name: cassava
Version: 0.5.3.0
x-revision: 2
x-revision: 3
Synopsis: A CSV parsing and encoding library
Description: {
@ -111,12 +111,12 @@ Library
Data.Csv.Util
Build-depends:
base >= 4.5 && < 4.19
base >= 4.5 && < 5
, array >= 0.4 && < 0.6
, attoparsec >= 0.11.3.0 && < 0.15
, bytestring >= 0.9.2 && < 0.13
, containers >= 0.4.2 && < 0.7
, deepseq >= 1.1 && < 1.5
, deepseq >= 1.1 && < 1.6
, hashable < 1.5
, scientific >= 0.3.4.7 && < 0.4
, text < 2.1

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 31 09:53:03 UTC 2023 - Peter Simons <psimons@suse.com>
- Update cassava to version 0.5.3.0 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat Jul 8 06:59:27 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -26,7 +26,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/2.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Only-devel
BuildRequires: ghc-Only-prof