Name: | ghc-serialise |
---|---|
Version: | 0.2.6.1 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 820832 |
License: | BSD-3-Clause |
RPM: | ghc-serialise-0.2.6.1-1.el10_0.x86_64.rpm |
Source RPM: | ghc-serialise-0.2.6.1-1.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/serialise |
Summary: | A binary serialisation library for Haskell values |
Description: | This package (formerly 'binary-serialise-cbor') provides pure, efficient serialization of Haskell values directly into 'ByteString's for storage or transmission purposes. By providing a set of type class instances, you can also serialise any custom data type you have as well. The underlying binary format used is the 'Concise Binary Object Representation', or CBOR, specified in RFC 7049. As a result, serialised Haskell values have implicit structure outside of the Haskell program itself, meaning they can be inspected or analyzed without custom tools. An implementation of the standard bijection between CBOR and JSON is provided by the [cborg-json](/package/cborg-json) package. Also see [cbor-tool](/package/cbor-tool) for a convenient command-line utility for working with CBOR data. |
- https://hackage.haskell.org/package/serialise-0.2.6.1/changelog
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- refresh to cabal-rpm-2.2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- revised .cabal file
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- update to newer cborg 32bit issue
- disable i686 since cborg doesn't build with ghc-9.2
- https://hackage.haskell.org/package/serialise-0.2.6.0/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration