Name: attoparsec-binary Version: 0.1 x-revision: 1 Author: Andrew Drake Copyright: (c) 2011 Andrew Drake Maintainer: adrake@adrake.org Version: 0.1 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: git://github.com/drakedevel/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