Name: storable-endian Version: 0.2.6.1 License: BSD3 License-file: LICENSE Copyright: Eugene Kirpichov, 2010 Author: Eugene Kirpichov Maintainer: Eugene Kirpichov Synopsis: Storable instances with endianness Description: Storable instances with endianness Category: Data Cabal-Version: 1.14 Build-Type: Simple Source-repository head type: git location: git://github.com/jkff/storable-endian flag splitbase description: Choose the new smaller, split-up base package. library if flag(splitbase) Build-Depends: base >= 3 && < 5 else Build-Depends: base < 3 Build-Depends: byteorder Exposed-Modules: Data.Storable.Endian Default-Language: Haskell98 Default-Extensions: CPP GHC-Options: -Wall