SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-primitive-prof-0.8.0.0-6.161.x86_64.rpm :

* Thu Aug 17 2023 Peter Simons - 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 - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Tue Jan 17 2023 Peter Simons - 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 - Update primitive to version 0.7.3.0 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Mon Nov 01 2021 psimonsAATTsuse.com- 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 psimonsAATTsuse.com- 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 psimonsAATTsuse.com- Update primitive to version 0.7.1.0 revision 3. Upstream has revised the Cabal build instructions on Hackage.
* Fri Feb 05 2021 psimonsAATTsuse.com- Update primitive to version 0.7.1.0 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Tue Dec 08 2020 psimonsAATTsuse.com- Update primitive to version 0.7.1.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
 
ICM