4
0
forked from pool/ghc-data-fix

2 Commits

4 changed files with 13 additions and 4 deletions

View File

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

3
data-fix-0.3.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jul 4 20:04:07 UTC 2024 - Peter Simons <psimons@suse.com>
- Update data-fix to version 0.3.4.
## 0.3.4
- Use quantified constraints superclasses for `Eq`, `Ord`, `NFData` and
`Hashable Fix` instances, when available.
-------------------------------------------------------------------
Sun May 12 20:32:03 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -19,7 +19,7 @@
%global pkg_name data-fix
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.3.3
Version: 0.3.4
Release: 0
Summary: Fixpoint data types
License: BSD-3-Clause