name: bytearray-parsing version: 0.1 synopsis: Parsing of bytearray-based data category: Parsing homepage: https://github.com/nikita-volkov/bytearray-parsing bug-reports: https://github.com/nikita-volkov/bytearray-parsing/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2017, Nikita Volkov license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/nikita-volkov/bytearray-parsing.git library hs-source-dirs: library default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 exposed-modules: ByteArray.Parsing.Parse ByteArray.Parsing.ShortByteString other-modules: ByteArray.Parsing.Prelude ByteArray.Parsing.Prim build-depends: -- text >=1 && <2, bytestring ==0.10.*, primitive >=0.6.2 && <0.7, -- base >=4.7 && <5