Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-primitive-doc | Distribution: openSUSE Tumbleweed |
Version: 0.9.0.0 | Vendor: openSUSE |
Release: 3.3 | Build date: Tue Oct 22 08:26:08 2024 |
Group: Unspecified | Build host: reproducible |
Size: 4277586 | Source RPM: ghc-primitive-0.9.0.0-3.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/primitive | |
Summary: Haskell primitive library documentation |
This package provides the Haskell primitive library documentation.
BSD-3-Clause
* Tue Oct 22 2024 Peter Simons <[email protected]> - Update primitive to version 0.9.0.0 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Sat Mar 16 2024 Peter Simons <[email protected]> - Update primitive to version 0.9.0.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Thu Oct 05 2023 Peter Simons <[email protected]> - Update primitive to version 0.9.0.0. [#]# Changes in version 0.9.0.0 * Add `withByteArrayContents`, `withMutableByteArrayContents`, `withPrimArrayContents`, `withMutablePrimArrayContents`. * Fix signature of `keepAlive`. * Remove re-export of `fromList` and `fromListN` from `Data.Primitive.Array`. * Use `mutableByteArrayContents#` in GHC 9.2+ * Add `Prim` instance for `Complex`. * Add `getSizeofSmallMutableArray` that wraps `getSizeofSmallMutableArray#` from `GHC.Exts`. * Add default definitions for the `setByteArray#` and `setOffAddr#` methods, so they don't need to be defined explicitly anymore. * Add standalone `sizeOfType`/`alignmentOfType` (recommended over `sizeOf`/`alignment`) and `Prim` class methods `sizeOfType#`/`alignmentOfType#` (recommended over `sizeOf#`/`alignment#`) * Change `Show` instances of `PrimArray`, `Array`, and `SmallArray`. These previously used the `fromListN n [...]` form, but they now used the more terse `[...]` form. * Correct the `Read` instances of `Array` and `SmallArray`. These instances are supposed to be able to handle all three of these forms: `fromList [...]`, `fromListN n [...]`, and `[...]`. They had been rejected the last form, but this mistake was discovered by the test suite when the Show instances were changed. * Thu Aug 17 2023 Peter Simons <[email protected]> - Update primitive to version 0.8.0.0 revision 1. [#]# Changes in version 0.8.0.0 * Add `resizeSmallMutableArray` that wraps `resizeSmallMutableArray#` from `GHC.Exts`. * New module `Data.Primitive.PrimVar`. This is essentially `PrimArray` with element length 1. For types with `Prim` instances, this is a drop-in replacement for `MutVar` with fewer indirections. * `PrimArray`'s type argument has been given a nominal role instead of a phantom role. This is a breaking change. * Add `readCharArray`, `writeCharArray`, `indexCharArray` for operating on 8-bit characters in a byte array. * When building with `base-4.17` and newer, re-export the `ByteArray` and `MutableByteArray` types from `base` instead of defining them in this library. This does not change the user-facing interface of `Data.Primitive.ByteArray`. * Add `keepAlive` that wraps `keepAlive#` for GHC 9.2 and newer. It falls back to using `touch` for older GHCs. * Thu Mar 30 2023 Peter Simons <[email protected]> - Updated spec file to conform with ghc-rpm-macros-2.5.2. * Tue Jan 17 2023 Peter Simons <[email protected]> - Update primitive to version 0.7.4.0 revision 1. [#]# Changes in version 0.7.4.0 * Add Lift instances (#332) * Expose `copyPtrToMutablePrimArray` * Improve definitions for stimes (#326) * Support GHC 9.4. Note: GHC 9.4 is not released at the time of primitive-0.7.4.0's release, so this support might be reverted by a hackage metadata revision if things change. * Drop support for GHC 7.10 * Fri May 20 2022 Peter Simons <[email protected]> - Update primitive to version 0.7.3.0 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Mon Nov 01 2021 [email protected] - Update primitive to version 0.7.3.0. [#]# Changes in version 0.7.3.0 * Correct implementations of `*>` for `Array` and `SmallArray`. * Drop support for GHC < 7.10 * Export `runByteArray` and `runPrimArray`. * Export `createArray` and `createSmallArray`. * Export `emptyByteArray`, `emptyPrimArray`, `emptyArray` and `emptySmallArray`. * Wed Aug 04 2021 [email protected] - Update primitive to version 0.7.2.0. [#]# Changes in version 0.7.2.0 * Add `thawByteArray` and `thawPrimArray`. * Changed the `Show` instance of `ByteArray`, so that all 8-bit words are rendered as two digits. For example, display `0x0D` instead of `0xD`. * Fri May 14 2021 [email protected] - Update primitive to version 0.7.1.0 revision 3. Upstream has revised the Cabal build instructions on Hackage. * Fri Feb 05 2021 [email protected] - Update primitive to version 0.7.1.0 revision 2. Upstream has revised the Cabal build instructions on Hackage.
/usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0 /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Control-Monad-Primitive.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-Array.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-ByteArray.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-MVar.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-MachDeps.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-MutVar.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-PrimArray.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-PrimVar.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-Ptr.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-SmallArray.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive-Types.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/Data-Primitive.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-A.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-All.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-B.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-C.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-D.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-E.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-F.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-G.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-I.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-K.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-L.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-M.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-N.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-P.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-R.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-S.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-T.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-U.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index-W.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/doc-index.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/haddock-bundle.min.js /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/index.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/linuwial.css /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/meta.json /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/primitive.haddock /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/primitive.txt /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/quick-jump.css /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Control.Monad.Primitive.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.Array.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.ByteArray.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.Internal.Operations.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.Internal.Read.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.MVar.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.MachDeps.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.MutVar.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.PrimArray.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.PrimVar.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.Ptr.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.SmallArray.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.Types.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/Data.Primitive.html /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/highlight.js /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/src/style.css /usr/share/doc/packages/ghc-9.10.1/html/libraries/primitive-0.9.0.0/synopsis.png /usr/share/licenses/ghc-primitive-doc /usr/share/licenses/ghc-primitive-doc/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025