Next | Query returned 6 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2024-04-28 22:15:42 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-data-array-byte: Fix build with 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-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.

Next | Query returned 6 messages, browsing 1 to 10 | previous