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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cassava?expand=0&rev=19
This commit is contained in:
Peter Simons 2022-06-29 12:18:08 +00:00 committed by Git OBS Bridge
parent 4ef15d1633
commit 95179f1e74
3 changed files with 14 additions and 7 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
Name: cassava
Version: 0.5.2.0
x-revision: 7
x-revision: 8
Synopsis: A CSV parsing and encoding library
Description: {
@ -43,9 +43,10 @@ Build-type: Simple
Extra-source-files: examples/*.hs,
CHANGES.md,
README.md
Tested-with:
GHC == 9.2.1
GHC == 9.0.1
Tested-with:
GHC == 9.4.1
GHC == 9.2.3
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
@ -119,7 +120,7 @@ Library
text < 2.1,
transformers >= 0.2 && < 0.7,
unordered-containers < 0.3,
vector >= 0.8 && < 0.13,
vector >= 0.8 && < 0.14,
Only >= 0.1 && < 0.1.1
if flag(bytestring--LT-0_10_4)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 22 06:15:02 UTC 2022 - Peter Simons <psimons@suse.com>
- Update cassava to version 0.5.2.0 revision 8.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Dec 27 00:15:03 UTC 2021 - Peter Simons <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/7.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Only-devel
BuildRequires: ghc-array-devel