packages feed

Cabal revisions of attoparsec-binary-0.1.0.1

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

revision 1
-Name: attoparsec-binary-Version: 0.1.0.1-Author: Andrew Drake-Copyright: (c) 2011 Andrew Drake-Maintainer: adrake@adrake.org-Synopsis: Binary processing extensions to Attoparsec.-Stability: unstable--License: BSD3-License-file: LICENSE--Description: This package adds a collection of helper functions to make- the task dealing with binary data of varying endianness from within an- Attoparsec parser easier.--Category: Data-Build-type: Simple--Extra-source-files: README-Cabal-version: >=1.6--Source-Repository head-  Type: git-  Location: http://git.hax.so/pub/scm/attoparsec-binary.git--Library-  Exposed-modules: Data.Attoparsec.Binary-  Build-depends:-    attoparsec >= 0.8.5.0,-    base >= 3 && < 5,-    bytestring >= 0.9.1.10-  GHC-Options: -Wall+Name: attoparsec-binary
+Version: 0.1.0.1
+x-revision: 1
+Author: Andrew Drake
+Copyright: (c) 2011 Andrew Drake
+Maintainer: adrake@adrake.org
+Synopsis: Binary processing extensions to Attoparsec.
+Stability: unstable
+
+License: BSD3
+License-file: LICENSE
+
+Description: This package adds a collection of helper functions to make
+ the task dealing with binary data of varying endianness from within an
+ Attoparsec parser easier.
+
+Category: Data
+Build-type: Simple
+
+Extra-source-files: README
+Cabal-version: >=1.6
+
+Source-Repository head
+  Type: git
+  Location: http://git.hax.so/pub/scm/attoparsec-binary.git
+
+Library
+  Exposed-modules: Data.Attoparsec.Binary
+  Build-depends:
+    attoparsec >= 0.8.5.0 && < 0.14,
+    base >= 3 && < 4.6,
+    bytestring >= 0.9.1.10 && < 0.11
+  GHC-Options: -Wall