Accepting request 934281 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/934281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cassava?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2021-12-19 16:34:44 +00:00 committed by Git OBS Bridge
commit c3f00927f4
3 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
Name: cassava
Version: 0.5.2.0
x-revision: 5
x-revision: 6
Synopsis: A CSV parsing and encoding library
Description: {
@ -65,6 +65,7 @@ source-repository head
flag bytestring--LT-0_10_4
description: [bytestring](https://hackage.haskell.org/haskell/package/bytestring) < 0.10.4
default: False
Library
default-language: Haskell2010

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 20 17:29:26 UTC 2021 - psimons@suse.com
- Update cassava to version 0.5.2.0 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Nov 7 14:53:08 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/5.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Only-devel
BuildRequires: ghc-array-devel