BSD-3-Clause licensed and maintained by Winterland, John W. Lato
This version can be pinned in stack with:word24-2.0.1@sha256:2898d3e7bba29c63c6b9db603eb04601b1ccf6fa0760ecb2bd74d96433b53788,1337

Module documentation for 2.0.1

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2017-10-28(full list with versions):

Build Status Hackage

This library implements 24-bit word and int types suitable for use in vector processing.

Storable implementations are provided, however as they use a size and alignment of 3 bytes care should be taken to ensure they are compatible if used in conjunction with the FFI.

These types use unboxed data and GHC primitives, and are unlikely to be compatible with other Haskell compilers.

INSTALLATION INSTRUCTIONS

This library uses the Hackage/Cabal build system. You will need a working Haskell compiler and appropriate build system. This is most easily met by installing the Haskell Platform. The following command will install the library:

cabal install word24

This library is pure Haskell, and should install on any system with a suitable Haskell compiler with no extra steps required. In particular, POSIX-compatible, Mac OSX, and Windows should all be supported.