SHA256
1
0
forked from pool/ghc-cassava

osc copypac from project:devel:languages:haskell:ghc-8.10.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=11
This commit is contained in:
Ondřej Súkup 2021-03-08 08:01:06 +00:00 committed by Git OBS Bridge
parent 98b0d87c5a
commit 838176c8f8
3 changed files with 202 additions and 190 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
Name: cassava
Version: 0.5.2.0
x-revision: 1
x-revision: 3
Synopsis: A CSV parsing and encoding library
Description: {
@ -97,8 +97,8 @@ Library
Build-depends:
array >= 0.4 && < 0.6,
attoparsec >= 0.11.3.0 && < 0.14,
base >= 4.5 && < 4.15,
bytestring >= 0.9.2 && < 0.11,
base >= 4.5 && < 4.16,
bytestring >= 0.9.2 && < 0.12,
containers >= 0.4.2 && < 0.7,
deepseq >= 1.1 && < 1.5,
hashable < 1.4,
@ -159,7 +159,7 @@ Test-suite unit-tests
, vector
-- extra dependencies not already used by lib:cassava
build-depends: HUnit < 1.7
, QuickCheck == 2.13.*
, QuickCheck >= 2.13 && < 2.15
, quickcheck-instances >= 0.3.12 && < 0.4
, test-framework == 0.8.*
, test-framework-hunit == 0.3.*

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 2 09:34:41 UTC 2021 - psimons@suse.com
- Update cassava to version 0.5.2.0 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Feb 19 23:02:56 UTC 2021 - psimons@suse.com
- Update cassava to version 0.5.2.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-cassava
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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/1.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-array-devel