4
0

osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-vector-algorithms revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-vector-algorithms?expand=0&rev=57
This commit is contained in:
2023-02-02 13:42:07 +00:00
committed by Git OBS Bridge
parent 23da2067bc
commit 521d196cca
5 changed files with 175 additions and 159 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Oct 8 21:29:29 UTC 2022 - Peter Simons <psimons@suse.com>
- Update vector-algorithms to version 0.9.0.1 revision 1.
## Version 0.9.0.1 (2022-07-28)
- Allow building with vector-0.13.*.
## Version 0.9.0.0 (2022-05-19)
- Add nub related functions.
- Add sortUniq related functions (sorts, then removes duplicates).
-------------------------------------------------------------------
Mon Jun 20 10:23:01 UTC 2022 - Peter Simons <psimons@suse.com>