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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cassava?expand=0&rev=31
This commit is contained in:
Peter Simons 2023-10-05 21:00:55 +00:00 committed by Git OBS Bridge
parent 56d6a81d8b
commit 0f435d7967
3 changed files with 13 additions and 7 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
Name: cassava
Version: 0.5.3.0
x-revision: 4
x-revision: 5
Synopsis: A CSV parsing and encoding library
Description: {
@ -45,7 +45,7 @@ Extra-source-files: examples/*.hs,
README.md
Tested-with:
GHC == 9.8.0
GHC == 9.6.2
GHC == 9.6.3
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
@ -56,9 +56,9 @@ Tested-with:
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
GHC == 7.8.4
GHC == 7.6.3
GHC == 7.4.2
-- GHC == 7.8.4
-- GHC == 7.6.3
-- GHC == 7.4.2
----------------------------------------------------------------------------
@ -116,7 +116,7 @@ Library
, array >= 0.4 && < 0.6
, attoparsec >= 0.11.3.0 && < 0.15
, bytestring >= 0.9.2 && < 0.13
, containers >= 0.4.2 && < 0.7
, containers >= 0.4.2 && < 0.8
, deepseq >= 1.1 && < 1.6
, hashable < 1.5
, scientific >= 0.3.4.7 && < 0.4

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 4 17:48:26 UTC 2023 - Peter Simons <psimons@suse.com>
- Update cassava to version 0.5.3.0 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Aug 27 17:14:01 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/4.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Only-devel
BuildRequires: ghc-Only-prof