SHA256
1
0
forked from pool/ghc-cassava

2 Commits

4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b0173bcc93a7df0e376a7c0f784222b3e21b2710cb92ae021872567e2217f92
size 37405

3
cassava-0.5.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ad25d225d2c0db54ef17372d8bf206356bcb7e02a0e7ff38f7078f141d0a9c9
size 37741

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 3 07:35:14 UTC 2024 - Peter Simons <psimons@suse.com>
- Update cassava to version 0.5.3.2.
## Version 0.5.3.2
* Proper exception on hanging doublequote ([PR #222](https://github.com/haskell-hvr/cassava/pull/222)).
* Allow latest `hashable`.
* Build tested with GHC 8.0 - 9.10.1.
* Functionality tested with GHC 8.4 - 9.10.1.
-------------------------------------------------------------------
Tue Apr 23 10:52:16 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.5.3.1
Version: 0.5.3.2
Release: 0
Summary: A CSV parsing and encoding library
License: BSD-3-Clause