Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-vector-devel-0.12.3.1-bp154.1.11 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ghc-vector-devel Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.12.3.1 Vendor: openSUSE
Release: bp154.1.11 Build date: Mon May 9 14:08:38 2022
Group: Unspecified Build host: obs-power8-05
Size: 71005809 Source RPM: ghc-vector-0.12.3.1-bp154.1.11.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/vector
Summary: Haskell vector library development files
This package provides the Haskell vector library development files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Nov 16 2021 psimons@suse.com
  - Update vector to version 0.12.3.1 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.
* Wed Sep 22 2021 psimons@suse.com
  - Update vector to version 0.12.3.1.
    [#] Changes in version 0.12.3.1
    * Bugfix for ghcjs and `Double` memset for `Storable` vector:
      [#410](https://github.com/haskell/vector/issues/410)
    * Avoid haddock bug: [#383](https://github.com/haskell/vector/issues/383)
    * Improve haddock and doctests
    * Disable problematic tests with -boundschecks [#407](https://github.com/haskell/vector/pull/407)
* Tue Sep 07 2021 psimons@suse.com
  - Update vector to version 0.12.3.0 revision 2.
    Upstream has revised the Cabal build instructions on Hackage.
* Wed Apr 07 2021 psimons@suse.com
  - Update vector to version 0.12.3.0.
    [#] Changes in version 0.12.3.0
    * Fix performance regression due to introduction of `keepAlive#` primop in ghc-9.0: [#372](https://github.com/haskell/vector/pull/372)
    * Add monadic functions for mutable vectors: [#338](https://github.com/haskell/vector/pull/338)
    * Added folds for monadic functions: `mapM_`, `imapM_`, `forM_`, `iforM_`,
      `foldl`, `foldl'`, `foldM`, `foldM'`, `ifoldl`, `ifoldl'`, `ifoldM`,
      `ifoldM'`
    * Added `modifyM` and `unsafeModifyM` for mutable vectors
    * Added `generate` and `generateM` for mutable vectors
* Fri Jan 29 2021 psimons@suse.com
  - Update vector to version 0.12.2.0.
    [#] Changes in version 0.12.2.0
    * Add `MINIMAL` pragma to `Vector` & `MVector` type classes: [#11](https://github.com/haskell/vector/issues/11)
    * Export `unstreamM` from`from Data.Vector.Generic`: [#70](https://github.com/haskell/vector/issues/70)
    * New functions: `unfoldrExactN` and `unfoldrExactNM`: [#140](https://github.com/haskell/vector/issues/140)
    * Added `iforM` and `iforM_`: [#262](https://github.com/haskell/vector/issues/262)
    * Added `MonadFix` instance for boxed vectors: [#178](https://github.com/haskell/vector/issues/178)
    * Added `uncons` and `unsnoc`: [#212](https://github.com/haskell/vector/issues/212)
    * Added `foldMap` and `foldMap'`: [#263](https://github.com/haskell/vector/issues/263)
    * Added `isSameVector` for storable vectors
    * Added `toArray`, `fromArray`, `toMutableArray` and `fromMutableArray`
    * Added `iscanl`, `iscanl'`, `iscanr`, `iscanr'` to `Primitive`, `Storable` and `Unboxed`
    * Added `izipWithM`, `izipWithM_`, `imapM` and `imapM_` to `Primitive` and `Storable`
    * Added `ifoldM`, `ifoldM'`, `ifoldM_` and `ifoldM'_` to `Primitive` and `Storable`
    * Added `eqBy` and `cmpBy`
    * Added `findIndexR` to `Generic`: [#172](https://github.com/haskell/vector/issues/172)
    * Added `catMaybes`: [#329](https://github.com/haskell/vector/issues/329)
    * Added `mapMaybeM` and `imapMaybeM`: [#183](https://github.com/haskell/vector/issues/183)
* 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 Feb 07 2020 psimons@suse.com
  - Update vector to version 0.12.1.2.
    Upstream has renamed and modified the change log file(s) in this
    release. Unfortunately, the automatic updater cannot reliable
    determine relevant entries for this release.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Tue Jun 11 2019 Peter Simons <psimons@suse.com>
  - Update Cabal file for more accurate build dependencies.
* Wed May 01 2019 psimons@suse.com
  - Update vector to version 0.12.0.3.
    Changes in version 0.12.0.3
    * Add support for ghc >=8.8 monad fail
* Sat Dec 08 2018 psimons@suse.com
  - Update vector to version 0.12.0.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.12.0.2/src/changelog
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Wed Jul 18 2018 psimons@suse.com
  - Revise cabal build file to specify more accurate dependencies.
* Wed May 16 2018 psimons@suse.com
  - Prefer the new %license attribute over %doc.
  - Update Cabal file to revision 2.
    * add support for GHC 8.4.x
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jul 27 2017 psimons@suse.com
  - Update to version 0.12.0.1 revision 1.
* Mon Nov 21 2016 psimons@suse.com
  - Update to version 0.11.0.0 revision 2 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 0.11.0.0 revision 1 with cabal2obs.
* Tue Dec 15 2015 mimi.vx@gmail.com
  - update to 0.11.0.0
    * Define `Applicative` instances for `Data.Vector.Fusion.Util.{Box,Id}`
    * Define non-bottom `fail` for `instance Monad Vector`
    * New generalized stream fusion framework
    * Various safety fixes
    - Various overflows due to vector size have been eliminated
    - Memory is initialized on creation of unboxed vectors
    * Changes to SPEC usage to allow building under more conditions
* Tue Apr 14 2015 mimi.vx@gmail.com
  - update to 0.10.12.3
    * Allow building with `primtive-0.6`
    * Add support for `deepseq-1.4.0.0`
    * Fixed compilation on non-head GHCs
    * Export MVector constructor from Data.Vector.Primitive to match Vector's
    (which was already exported).
    * Fix building on GHC 7.9 by adding Applicative instances for Id and Box
    * Support OverloadedLists for boxed Vector in GHC >= 7.8
    * Add support for OverloadedLists in GHC >= 7.8
    * Fix compilation with GHC 7.9
* Sat Oct 18 2014 peter.trommler@ohm-hochschule.de
  - update to 0.10.9.1
    * no changelog
    * Haskell Platform 2014.2.0.0
  - regenerate spec file
  - drop vector-debian-no_ann_without_ghci.patch
    * we have ghci for all platforms now
* Sat Oct 18 2014 dvaleev@suse.com
  - Fix PowerPC 64bit builds (vector-debian-no_ann_without_ghci.patch)
    https://ghc.haskell.org/trac/ghc/ticket/4268

Files

/usr/lib64/ghc-8.10.7/package.conf.d/vector-0.12.3.1.conf
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle/Monadic.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle/Monadic.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle/Monadic.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle/Size.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle/Size.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Bundle/Size.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Stream
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Stream/Monadic.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Stream/Monadic.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Stream/Monadic.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Util.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Util.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Fusion/Util.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Base.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Base.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Base.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Mutable
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Mutable.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Mutable.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Mutable.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Mutable/Base.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Mutable/Base.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/Mutable/Base.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/New.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/New.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Generic/New.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Internal
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Internal/Check.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Internal/Check.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Internal/Check.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Mutable.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Mutable.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Mutable.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Primitive
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Primitive.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Primitive.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Primitive.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Primitive/Mutable.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Primitive/Mutable.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Primitive/Mutable.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable/Internal.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable/Internal.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable/Internal.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable/Mutable.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable/Mutable.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Storable/Mutable.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed/Base.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed/Base.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed/Base.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed/Mutable.dyn_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed/Mutable.hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/Data/Vector/Unboxed/Mutable.p_hi
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/include
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/include/vector.h
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/libHSvector-0.12.3.1-4ZUkvMG0hba9AHoOHt8bPP.a
/usr/lib64/ghc-8.10.7/vector-0.12.3.1/libHSvector-0.12.3.1-4ZUkvMG0hba9AHoOHt8bPP_p.a
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Fusion-Bundle-Monadic.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Fusion-Bundle-Size.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Fusion-Bundle.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Fusion-Stream-Monadic.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Fusion-Util.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Generic-Mutable-Base.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Generic-Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Generic-New.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Generic.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Internal-Check.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Primitive-Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Primitive.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Storable-Internal.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Storable-Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Storable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Unboxed-Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector-Unboxed.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/Data-Vector.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-33.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-43.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-47.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-A.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-All.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-B.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-C.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-D.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-E.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-F.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-G.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-H.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-I.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-L.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-M.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-N.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-O.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-P.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-R.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-S.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-T.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-U.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-V.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-W.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-Y.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index-Z.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/doc-index.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/index.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/linuwial.css
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/meta.json
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/quick-jump.css
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Fusion.Bundle.Monadic.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Fusion.Bundle.Size.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Fusion.Bundle.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Fusion.Stream.Monadic.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Fusion.Util.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Generic.Base.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Generic.Mutable.Base.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Generic.Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Generic.New.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Generic.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Internal.Check.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Primitive.Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Primitive.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Storable.Internal.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Storable.Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Storable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Unboxed.Base.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Unboxed.Mutable.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.Unboxed.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/Data.Vector.html
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/highlight.js
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/src/style.css
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/synopsis.png
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/vector.haddock
/usr/share/doc/ghc-8.10.7/html/libraries/vector-0.12.3.1/vector.txt
/usr/share/doc/packages/ghc-vector-devel
/usr/share/doc/packages/ghc-vector-devel/README.md
/usr/share/doc/packages/ghc-vector-devel/changelog.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:00:22 2024