osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-cassava revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cassava?expand=0&rev=25
This commit is contained in:
parent
25994f957d
commit
928521bd9b
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 1.12
|
cabal-version: 1.12
|
||||||
Name: cassava
|
Name: cassava
|
||||||
Version: 0.5.3.0
|
Version: 0.5.3.0
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
Synopsis: A CSV parsing and encoding library
|
Synopsis: A CSV parsing and encoding library
|
||||||
Description: {
|
Description: {
|
||||||
|
|
||||||
@ -44,9 +44,9 @@ Extra-source-files: examples/*.hs,
|
|||||||
CHANGES.md,
|
CHANGES.md,
|
||||||
README.md
|
README.md
|
||||||
Tested-with:
|
Tested-with:
|
||||||
GHC == 9.6.0
|
GHC == 9.6.2
|
||||||
GHC == 9.4.4
|
GHC == 9.4.5
|
||||||
GHC == 9.2.5
|
GHC == 9.2.8
|
||||||
GHC == 9.0.2
|
GHC == 9.0.2
|
||||||
GHC == 8.10.7
|
GHC == 8.10.7
|
||||||
GHC == 8.8.4
|
GHC == 8.8.4
|
||||||
@ -114,7 +114,7 @@ Library
|
|||||||
base >= 4.5 && < 4.19
|
base >= 4.5 && < 4.19
|
||||||
, array >= 0.4 && < 0.6
|
, array >= 0.4 && < 0.6
|
||||||
, attoparsec >= 0.11.3.0 && < 0.15
|
, attoparsec >= 0.11.3.0 && < 0.15
|
||||||
, bytestring >= 0.9.2 && < 0.12
|
, bytestring >= 0.9.2 && < 0.13
|
||||||
, containers >= 0.4.2 && < 0.7
|
, containers >= 0.4.2 && < 0.7
|
||||||
, deepseq >= 1.1 && < 1.5
|
, deepseq >= 1.1 && < 1.5
|
||||||
, hashable < 1.5
|
, hashable < 1.5
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 8 06:59:27 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update cassava to version 0.5.3.0 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 30 17:06:09 UTC 2023 - Peter Simons <psimons@suse.com>
|
Thu Mar 30 17:06:09 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,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/1.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-Only-devel
|
BuildRequires: ghc-Only-devel
|
||||||
BuildRequires: ghc-Only-prof
|
BuildRequires: ghc-Only-prof
|
||||||
|
Loading…
Reference in New Issue
Block a user