name: syntax-attoparsec version: 0.1.0.0 synopsis: Syntax instances for Attoparsec. license: MIT license-file: LICENSE author: Paweł Nowak maintainer: Paweł Nowak copyright: Paweł Nowak 2014 category: Data build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git@github.com:Pawel834/syntax-attoparsec.git library exposed-modules: Data.Syntax.Attoparsec.Text Data.Syntax.Attoparsec.ByteString build-depends: base >= 4 && < 5, syntax, semi-iso, attoparsec, text, bytestring default-language: Haskell2010