File storable-endian.cabal of Package ghc-storable-endian
Name: storable-endian
Version: 0.2.6
x-revision: 1
License: BSD3
License-file: LICENSE
Copyright: Eugene Kirpichov, 2010
Author: Eugene Kirpichov <ekirpichov@gmail.com>
Maintainer: Eugene Kirpichov <ekirpichov@gmail.com>
Synopsis: Storable instances with endianness
Description: Storable instances with endianness
Category: Data
Cabal-Version: >= 1.6
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
build-depends: base >= 4.6
if flag(splitbase)
Build-Depends: base >= 3 && < 5
else
Build-Depends: base < 3
Build-Depends: byteorder
Exposed-Modules: Data.Storable.Endian
Extensions:
MagicHash
,CPP