Cabal revisions of storable-endian-0.2.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: storable-endian-Version: 0.2.6-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: byteorder- Exposed-Modules: Data.Storable.Endian- Extensions: - MagicHash- ,CPP+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