./devel/hs-cborg, Concise Binary Object Representation (CBOR)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.10.0nb2, Package name: hs-cborg-0.2.10.0nb2, Maintainer: pkgsrc-users

This package provides an efficient implementation of the Concise Binary
Object Representation (CBOR), as specified by RFC 7049
(https:/tools.ietf.orghtml/rfc7049).


Master sites:

Filesize: 89.963 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 08:19:53 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-cborg: Fix build with GHC 9.10
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-29 14:44:07 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-cborg: Update to 0.2.10.0

0.2.10.0

    Return TypeUInt64 and TypeNInt64 from tokenType when appropriate, fixing #324
    Don't rely on MonadFail Gen
    Support for GHC 9.8
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-28 14:45:37 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-cborg: Update to 0.2.9.0

0.2.9.0
    Fix build with base >= 4.17 on platforms without unaligned memory operations.
    Fix Eq, Ord, Show and IsList instances for SlicedByteArray when offset is present
    Fix toBuilder and encodeByteArray for SlicedByteArray when offset is present
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 17:27:12 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-cborg: Update to 0.2.8.0

0.2.8.0 -- 2022-09-24
* Support GHC 9.4
* Fix compatibility with primitive 0.7.4.0
* Drop GHC 8.0 and 8.2 support
* Support aeson 2.1