forked from pool/ghc-cassava
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-cassava revision:15, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cassava?expand=0&rev=15
This commit is contained in:
parent
7aa434e95b
commit
3f1249d2dc
@ -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: 4
|
x-revision: 5
|
||||||
Synopsis: A CSV parsing and encoding library
|
Synopsis: A CSV parsing and encoding library
|
||||||
Description: {
|
Description: {
|
||||||
|
|
||||||
@ -43,7 +43,19 @@ Build-type: Simple
|
|||||||
Extra-source-files: examples/*.hs,
|
Extra-source-files: examples/*.hs,
|
||||||
CHANGES.md,
|
CHANGES.md,
|
||||||
README.md
|
README.md
|
||||||
Tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC ==8.2.2, GHC ==8.0.2, GHC ==7.10.3, GHC ==7.8.4, GHC ==7.6.3, GHC ==7.4.2
|
Tested-with:
|
||||||
|
GHC == 9.2.1
|
||||||
|
GHC == 9.0.1
|
||||||
|
GHC == 8.10.7
|
||||||
|
GHC == 8.8.4
|
||||||
|
GHC == 8.6.5
|
||||||
|
GHC == 8.4.4
|
||||||
|
GHC == 8.2.2
|
||||||
|
GHC == 8.0.2
|
||||||
|
GHC == 7.10.3
|
||||||
|
GHC == 7.8.4
|
||||||
|
GHC == 7.6.3
|
||||||
|
GHC == 7.4.2
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -97,14 +109,14 @@ Library
|
|||||||
Build-depends:
|
Build-depends:
|
||||||
array >= 0.4 && < 0.6,
|
array >= 0.4 && < 0.6,
|
||||||
attoparsec >= 0.11.3.0 && < 0.15,
|
attoparsec >= 0.11.3.0 && < 0.15,
|
||||||
base >= 4.5 && < 4.16,
|
base >= 4.5 && < 4.17,
|
||||||
bytestring >= 0.9.2 && < 0.12,
|
bytestring >= 0.9.2 && < 0.12,
|
||||||
containers >= 0.4.2 && < 0.7,
|
containers >= 0.4.2 && < 0.7,
|
||||||
deepseq >= 1.1 && < 1.5,
|
deepseq >= 1.1 && < 1.5,
|
||||||
hashable < 1.4,
|
hashable < 1.5,
|
||||||
scientific >= 0.3.4.7 && < 0.4,
|
scientific >= 0.3.4.7 && < 0.4,
|
||||||
text < 1.3,
|
text < 1.3,
|
||||||
transformers >= 0.2 && < 0.6,
|
transformers >= 0.2 && < 0.7,
|
||||||
unordered-containers < 0.3,
|
unordered-containers < 0.3,
|
||||||
vector >= 0.8 && < 0.13,
|
vector >= 0.8 && < 0.13,
|
||||||
Only >= 0.1 && < 0.1.1
|
Only >= 0.1 && < 0.1.1
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 7 14:53:08 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update cassava to version 0.5.2.0 revision 5.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 23 15:12:11 UTC 2021 - psimons@suse.com
|
Tue Mar 23 15:12:11 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/4.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.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