| 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 SP5 |
| Version: 0.3.8.3 | Vendor: openSUSE |
| Release: bp155.2.13 | Build date: Mon May 22 12:47:46 2023 |
| Group: Unspecified | Build host: obs-power8-03 |
| Size: 136202 | Source RPM: ghc-vector-builder-0.3.8.3-bp155.2.13.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
* 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.3 /usr/lib64/ghc-8.10.7/vector-builder-0.3.8.3/libHSvector-builder-0.3.8.3-Bluw88bAr8MnsB6vSZPGp-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, Mon Feb 9 16:16:51 2026