| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghc-vector-doc | Distribution: openSUSE Tumbleweed |
| Version: 0.13.2.0 | Vendor: openSUSE |
| Release: 3.1 | Build date: Tue Aug 26 20:36:18 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 17989478 | Source RPM: ghc-vector-0.13.2.0-3.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://hackage.haskell.org/package/vector | |
| Summary: Haskell vector library documentation | |
This package provides the Haskell vector library documentation.
BSD-3-Clause
* Tue Aug 26 2025 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.2.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
* Sun Jan 05 2025 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.2.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Thu Oct 31 2024 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.2.0.
[#] Changes in version 0.13.2.0
* Strict boxed vector `Data.Vector.Strict` and `Data.Vector.Strict.Mutable` is
added (#488). it ensures that all values in the vector are evaluated to WHNF.
* `DoNotUnboxStrict`, `DoNotUnboxLazy`, and `DoNotUnboxNormalForm` wrapper are
added for defining unbox instances for types that contain not unboxable fields.
[#503](https://github.com/haskell/vector/issues/506),
[#508](https://github.com/haskell/vector/pull/508)
* `spanR` and `breakR` were added [#476](https://github.com/haskell/vector/pull/476).
They allow parsing vector from the right.
* We had some improvements on `*.Mutable.{next,prev}Permutation{,By}`
[#498](https://github.com/haskell/vector/pull/498):
* Add `*.Mutable.prevPermutation{,By}` and `*.Mutable.nextPermutationBy`
* Improve time performance. We may now expect good specialization supported by inlining.
The implementation has also been algorithmically updated: in the previous implementation
the full enumeration of all the permutations of `[1..n]` took Omega(n*n!), but it now takes O(n!).
* Add tests for `{next,prev}Permutation`
* Add benchmarks for `{next,prev}Permutation`
* Cabal >= 3.0 is now required for building package (#481).
* `vector:benchmarks-O2` public sublibrary containing benchmarks is added (#481).
* Type family `Mutable` provides instances for arrays from `primitive`.
* Various documentation improvements.
* Sat Oct 19 2024 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.1.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
* Sat Mar 16 2024 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.1.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Sat Oct 07 2023 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.1.0.
[#] Changes in version 0.13.1.0
* Specialized variants of `findIndexR` are reexported for all vector
types. [#469](https://github.com/haskell/vector/pull/469)
* `UnboxViaPrim` could be used for deriving `Unbox` instances (`V_UnboxViaPrim`
constructor is exported) [#450](https://github.com/haskell/vector/pull/450)
* Fields of `Data.Vector.Fusion.Bundle.Size` are now strict
[#456](https://github.com/haskell/vector/pull/456)
* Compatibility with future GHC 9.10 release
[#462](https://github.com/haskell/vector/pull/462)
* Test suite no longer fails when built with QuickCheck-2.14
[#461](https://github.com/haskell/vector/pull/461)
* Doctests now work with current versions of GHC
[#465](https://github.com/haskell/vector/pull/466)
* Various documentation improvements
* Thu Aug 10 2023 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.0.0 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
* Thu Jul 27 2023 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.0.0 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Mon Feb 20 2023 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.0.0 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
* Mon Jan 16 2023 Peter Simons <psimons@suse.com>
- Update vector to version 0.13.0.0 revision 2.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/vector-0.13.0.0/src/changelog.md
* Fri May 20 2022 Peter Simons <psimons@suse.com>
- Update vector to version 0.12.3.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
/usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0 /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Fusion-Bundle-Monadic.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Fusion-Bundle-Size.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Fusion-Bundle.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Fusion-Stream-Monadic.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Fusion-Util.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Generic-Mutable-Base.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Generic-Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Generic-New.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Generic.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Primitive-Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Primitive.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Storable-Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Storable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Strict-Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Strict.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Unboxed-Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector-Unboxed.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/Data-Vector.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/README.md /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2 /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-AwShCC.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-FindIndexR.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-HybCC.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-Leaffix.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-ListRank.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-MutableSet.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-NextPermutation.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-Quickhull.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-Rootfix.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-Spectral.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Algo-Tridiag.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-Tasty.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-TestData-Graph.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/Bench-Vector-TestData-ParenTree.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/benchmarks-O2.haddock /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/doc-index.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/haddock-bundle.min.js /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/index.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/linuwial.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/meta.json /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/quick-jump.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.AwShCC.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.FindIndexR.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.HybCC.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.Leaffix.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.ListRank.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.MutableSet.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.NextPermutation.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.Quickhull.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.Rootfix.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.Spectral.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Algo.Tridiag.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.Tasty.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.TestData.Graph.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/Bench.Vector.TestData.ParenTree.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/highlight.js /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/src/style.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/synopsis.png /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/benchmarks-O2/vector:benchmarks-O2.txt /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/changelog.md /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-33.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-43.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-47.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-A.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-All.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-B.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-C.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-D.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-E.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-F.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-G.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-H.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-I.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-L.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-M.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-N.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-O.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-P.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-R.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-S.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-T.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-U.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-V.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-W.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-Y.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index-Z.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/doc-index.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/haddock-bundle.min.js /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/index.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/linuwial.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/meta.json /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/quick-jump.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Fusion.Bundle.Monadic.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Fusion.Bundle.Size.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Fusion.Bundle.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Fusion.Stream.Monadic.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Fusion.Util.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Generic.Base.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Generic.Mutable.Base.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Generic.Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Generic.New.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Generic.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Internal.Check.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Primitive.Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Primitive.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Storable.Internal.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Storable.Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Storable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Strict.Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Strict.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Unboxed.Base.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Unboxed.Mutable.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.Unboxed.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/Data.Vector.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/highlight.js /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/src/style.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/synopsis.png /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/tests /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/tests/LICENSE /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/vector.haddock /usr/share/doc/packages/ghc-9.12.2/html/libraries/vector-0.13.2.0/vector.txt /usr/share/licenses/ghc-vector-doc /usr/share/licenses/ghc-vector-doc/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 11 22:25:06 2025