-- content information
name: definitive-parser
category: Parsers
synopsis: A parser combinator library for the Definitive framework
homepage: http://coiffier.net/projects/definitive-framework.html
description:
-- meta-information
author: Marc Coiffier
maintainer: marc.coiffier@gmail.com
version: 2.1
license: OtherLicense
license-file: LICENSE
-- build information
build-type: Simple
cabal-version: >=1.10
tested-with: GHC (== 7.8.3)
library
exposed-modules: Data.Serialize Language.Parser Language.Syntax.CmdArgs Data.Syntax Data.Syntax.Node Language.Syntax.Regex
build-depends: base (== 4.7.*), ghc-prim (== 0.3.*), GLURaw (== 1.4.*), OpenGL (== 2.9.*), OpenGLRaw (== 1.5.*), definitive-base (== 2.3.*), 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
include-dirs: