packages feed

storable-endian-0.2.4: storable-endian.cabal

Name: storable-endian
Version: 0.2.4
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 
  if flag(splitbase)
    Build-Depends: base >= 3 && < 5
  else
    Build-Depends: base < 3

  Build-Depends: haskell98, byteorder
  Exposed-Modules: Data.Storable.Endian
  Extensions: 
    MagicHash
   ,CPP