name: definitive-parser version: 1.0 synopsis: A parser combinator library for the Definitive framework description: author: Marc Coiffier maintainer: marc.coiffier@gmail.com license: OtherLicense license-file: LICENSE build-type: Simple cabal-version: >=1.10 library exposed-modules: Algebra.Parser Data.Syntax Algebra.Parser.Regex Data.Serialize build-depends: base (== 4.6.*), definitive-base (== 1.0.*), containers (== 0.5.*), deepseq (== 1.3.*), array (== 0.5.*), bytestring (== 0.10.*), vector (== 0.10.*), primitive (== 0.5.*), cpu (== 0.1.*), utf8-string (== 0.3.*) default-extensions: TypeSynonymInstances NoMonomorphismRestriction StandaloneDeriving GeneralizedNewtypeDeriving TypeOperators RebindableSyntax FlexibleInstances FlexibleContexts FunctionalDependencies TupleSections MultiParamTypeClasses Rank2Types ghc-options: -Wall -fno-warn-orphans -threaded default-language: Haskell2010