The latest version of typesafe-endian is 0.1.0.1-0.

typesafe-endian

Version 0.1.0.0 revision 0 uploaded by JohnEricson.

Package meta

Synopsis
Enforce endianness with types
Description

This package provides newtype wrappers for separating data with specified endianness from other data of the same type with normal, system-specific endianness. Since these wrappers are newtypes, no runtime overhead is incurred. Currently the underlying EndianSensitive typeclass its instances are taken directly from the 'data-endian' package. However, if Haskell or GHC ever gets a built-in equivalent, like as is proposed in 'http://ghc.haskell.org/trac/ghc/ticket/7902', it should be trivial to update this to use that instead.

Author
John Ericson <Ericson2314@Yahoo.com>
Bug reports
https://github.com/Ericson2314/typesafe-endian/issues
Category
Data
Copyright
2013 John Ericson <Ericson2314@Yahoo.com>
Homepage
https://github.com/Ericson2314/typesafe-endian
Maintainer
John Ericson <Ericson2314@Yahoo.com>
Package URL
n/a
Stability
experimental

Components