Path to this page:
./
devel/hs-byteable,
Type class for sequence of bytes
Branch: CURRENT,
Version: 0.1.1nb2,
Package name: hs-byteable-0.1.1nb2,
Maintainer: pkgsrc-usersAbstract class to manipulate sequence of bytes
The use case of this class is abstracting manipulation of types that are
just wrapping a bytestring with stronger and more meaniful name.
Usual definition of those types are of the form:
newtype MyType = MyType ByteString
Master sites:
Filesize: 2.344 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-byteable-0.1.1nb2
- (2023-11-02) Updated to version: hs-byteable-0.1.1nb1
- (2023-10-26) Package added to pkgsrc.se, version hs-byteable-0.1.1 (created)
CVS history: (Expand)
2024-04-28 22:27:05 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-byteable: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
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-26 04:31:31 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-byteable: import hs-byteable-0.1.1
Abstract class to manipulate sequence of bytes
The use case of this class is abstracting manipulation of types that are
just wrapping a bytestring with stronger and more meaniful name.
Usual definition of those types are of the form:
newtype MyType = MyType ByteString
|