packages feed

Cabal revisions of storable-endian-0.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name: storable-endian Version: 0.1.0+x-revision: 1 License: BSD3 License-file: LICENSE Copyright: Eugene Kirpichov, 2010   else     Build-Depends: base < 3 -  Build-Depends: haskell98, template-haskell+  Build-Depends: haskell98 < 2, template-haskell   Exposed-Modules: Data.Storable.Endian   Other-Modules: Data.Storable.EndianTemplate   Extensions: MagicHash, TemplateHaskell, CPP
revision 2
-Name: storable-endian-Version: 0.1.0-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 -  if flag(splitbase)-    Build-Depends: base >= 3 && < 5-  else-    Build-Depends: base < 3--  Build-Depends: haskell98 < 2, template-haskell-  Exposed-Modules: Data.Storable.Endian-  Other-Modules: Data.Storable.EndianTemplate-  Extensions: MagicHash, TemplateHaskell, CPP+Name: storable-endian
+Version: 0.1.0
+x-revision: 2
+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 < 2, template-haskell < 2.7
+  Exposed-Modules: Data.Storable.Endian
+  Other-Modules: Data.Storable.EndianTemplate
+  Extensions: MagicHash, TemplateHaskell, CPP