Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-vector-builder | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.3.8.5 | Vendor: openSUSE |
Release: bp156.1.1 | Build date: Tue Mar 5 11:14:15 2024 |
Group: Unspecified | Build host: i04-ch4c |
Size: 53706 | Source RPM: ghc-vector-builder-0.3.8.5-bp156.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/vector-builder | |
Summary: Vector builder |
An API for efficient and convenient construction of vectors. It provides the composable `Builder` abstraction, which has instances of the `Monoid` and `Semigroup` classes. [Usage] First you use the `Builder` abstraction to specify the structure of the vector. Then you execute the builder to actually produce the vector. [Example] The following code shows how you can efficiently concatenate different datastructures into a single immutable vector: > >import qualified Data.Vector as A >import qualified VectorBuilder.Builder as B >import qualified VectorBuilder.Vector as C > > >myVector :: A.Vector a -> [a] -> a -> A.Vector a >myVector vector list element = > C.build builder > where > builder = > B.vector vector <> > B.foldable list <> > B.singleton element.
MIT
* Wed Dec 13 2023 Peter Simons <psimons@suse.com> - Update vector-builder to version 0.3.8.5. Upstream does not provide a change log file. * Fri Dec 31 2021 Peter Simons <psimons@suse.com> - Update vector-builder to version 0.3.8.3 revision 1. Upstream does not provide a change log file. * Sat Jul 10 2021 psimons@suse.com - Update vector-builder to version 0.3.8.2. Upstream does not provide a change log file. * Mon Mar 22 2021 psimons@suse.com - Update vector-builder to version 0.3.8.1. Upstream does not provide a change log file. * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Tue Aug 18 2020 Peter Simons <psimons@suse.com> - Replace %setup -q with the more modern %autosetup macro. * Tue Jun 16 2020 Peter Simons <psimons@suse.com> - Re-generate file with latest version of spec-cleaner. * Fri Nov 08 2019 Peter Simons <psimons@suse.com> - Drop obsolete group attributes. * Sun Sep 29 2019 psimons@suse.com - Update vector-builder to version 0.3.8. Upstream does not provide a change log file. * Thu Feb 07 2019 psimons@suse.com - Update vector-builder to version 0.3.7.2. Upstream does not provide a change log file. * Sat Oct 20 2018 Peter Simons <psimons@suse.com> - Use https URL to refer to bugs.opensuse.org. * Fri Aug 17 2018 psimons@suse.com - Update vector-builder to version 0.3.6. Upstream does not provide a change log file. * Fri Jul 20 2018 psimons@suse.com - Add vector-builder at version 0.3.4.1.
/usr/lib64/ghc-8.10.7/vector-builder-0.3.8.5 /usr/lib64/ghc-8.10.7/vector-builder-0.3.8.5/libHSvector-builder-0.3.8.5-GmQ6NXYsVHqmArElLu5es-ghc8.10.7.so /usr/share/licenses/ghc-vector-builder /usr/share/licenses/ghc-vector-builder/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:06:21 2024