diff --git a/ghc-half.spec b/ghc-half.spec index c1ad8a492a097ff20ab8df1510ca46067dae76f7..3c51359f6600261b978a75d70ac2c849566a3010 100644 --- a/ghc-half.spec +++ b/ghc-half.spec @@ -3,7 +3,7 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.2 +Version: 0.3.3 Release: 1 Summary: Half-precision floating-point License: BSD-2-Clause @@ -90,5 +90,9 @@ This package provides the Haskell %{pkg_name} profiling library. %files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files %changelog +* Mon Jun 30 2025 chengrui 0.3.3-1 +- Update to version 0.3.3 +- Replace test-framework with tasty in the test suite. + * Fri Jun 13 2025 Lin Runze 0.3.2-1 - Init half at version 0.3.2. diff --git a/half-0.3.2.tar.gz b/half-0.3.2.tar.gz deleted file mode 100644 index 1c35d8dc42f077c2e73e1fe6d977d93e0c6509e1..0000000000000000000000000000000000000000 Binary files a/half-0.3.2.tar.gz and /dev/null differ diff --git a/half-0.3.3.tar.gz b/half-0.3.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..100b040b8fbb2c07ebec99872327a4b699fbedce Binary files /dev/null and b/half-0.3.3.tar.gz differ