./devel/hs-data-array-byte, Compatibility layer for Data.Array.Byte

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


Branch: CURRENT, Version: 0.1.0.1nb3, Package name: hs-data-array-byte-0.1.0.1nb3, Maintainer: pho

Compatibility layer for Data.Array.Byte, providing boxed wrappers for
ByteArray# and MutableByteArray# and relevant instances for GHC <
9.4. Include it into your Cabal file:

build-depends: base
if impl(ghc < 9.4)
build-depends: data-array-byte

and then import Data.Array.Byte unconditionally.


Master sites:

Filesize: 6.625 KB

Version history: (Expand)


CVS history: (Expand)


   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-25 18:51:09 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-data-array-byte: Fix build with GHC 9.6
   2023-10-09 06:55:03 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-data-array-byte: Add missing PLIST file
   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-26 04:17:46 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-data-array-byte: import hs-data-array-byte-0.1.0.1

Compatibility layer for Data.Array.Byte, providing boxed wrappers for
ByteArray# and MutableByteArray# and relevant instances for GHC <
9.4. Include it into your Cabal file:

build-depends: base
if impl(ghc < 9.4)
  build-depends: data-array-byte

and then import Data.Array.Byte unconditionally.