forked from pool/ghc-cassava
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:
commit
08b2319c6a
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 1.12
|
cabal-version: 1.12
|
||||||
Name: cassava
|
Name: cassava
|
||||||
Version: 0.5.2.0
|
Version: 0.5.2.0
|
||||||
x-revision: 5
|
x-revision: 6
|
||||||
Synopsis: A CSV parsing and encoding library
|
Synopsis: A CSV parsing and encoding library
|
||||||
Description: {
|
Description: {
|
||||||
|
|
||||||
@ -65,6 +65,7 @@ source-repository head
|
|||||||
|
|
||||||
flag bytestring--LT-0_10_4
|
flag bytestring--LT-0_10_4
|
||||||
description: [bytestring](https://hackage.haskell.org/haskell/package/bytestring) < 0.10.4
|
description: [bytestring](https://hackage.haskell.org/haskell/package/bytestring) < 0.10.4
|
||||||
|
default: False
|
||||||
|
|
||||||
Library
|
Library
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -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
|
Sun Nov 7 14:53:08 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: A CSV parsing and encoding library
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-Only-devel
|
BuildRequires: ghc-Only-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user