Path to this page:
./
converters/hs-base64,
Modern RFC 4648-compliant Base64 library
Branch: CURRENT,
Version: 1.0nb1,
Package name: hs-base64-1.0nb1,
Maintainer: pkgsrc-usersRFC 4648-compliant Base64 with an eye towards performance and modernity
(additional support for RFC 7049 standards).
Master sites:
Filesize: 29.687 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-base64-1.0nb1
- (2024-05-01) Updated to version: hs-base64-1.0
- (2023-11-02) Updated to version: hs-base64-0.4.2.4nb3
- (2023-10-09) Updated to version: hs-base64-0.4.2.4nb2
- (2023-02-09) Updated to version: hs-base64-0.4.2.4nb1
- (2023-01-28) Package added to pkgsrc.se, version hs-base64-0.4.2.4 (created)
CVS history: (Expand)
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-05-01 16:16:03 by Masatake Daimon | Files touched by this commit (4) |
Log message:
converters/hs-base64: Update to 1.0
1.0.0.0
New epoch time! lots of changes to the API. Please see MIGRATION.md for more info:
Add support for GHC 9.x
Bumped bounds to more modern dependency set
Introduced Base64 newtype, located in Data.Base64.Types, as well as ADT for \
associated alphabets.
Signature for encodeBase64 has changed so that it produces a Base64 wrapped \
value.
decodeBase64 and its URLsafe variants now consume a value of type Base64 and \
produces a decoded value of the underlying type.
The old decodeBase64 and its URLsafe variants is now renamed to \
decodeBase64Untyped*.
Fix for 32-bit systems in which memory barriers were not respected in the \
encoe loop (see: #56)
Optimize encode and decode loops to achieve significant speedup across the board.
Thanks to everyone who contributed (especially @sofia-m-a!).
|
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-29 17:01:26 by Masatake Daimon | Files touched by this commit (1) |
Log message:
converters/hs-base64: Fix build with GHC 9.6
|
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-30 12:49:16 by Thomas Klausner | Files touched by this commit (3) |
Log message:
hs-base64: revert previous, fixed in mk/haskell.mk by pho
|
2023-01-30 08:59:38 by Thomas Klausner | Files touched by this commit (3) |
Log message:
hs-base64: manually unrestrict 'base'
HASKELL_UNRESTRICT_DEPENDENCIES has issues because 'base' matches 'base64'
|
2023-01-28 19:23:35 by Masatake Daimon | Files touched by this commit (5) |
Log message:
converters/hs-base64: import hs-base64-0.4.2.4
RFC 4648-compliant Base64 with an eye towards performance and modernity
(additional support for RFC 7049 standards).
|