parsek-1.0.1: parsek.cabal
name: parsek
version: 1.0.1
category: Parsing
synopsis: Parallel Parsing Processes
description: Koen Claessen's PPP, Modified.
license: GPL
license-file: LICENSE
author: Koen Claessen, Jean-Philippe Bernardy
maintainer: jeanphilippe.bernardy@gmail.com
Cabal-Version: >= 1.12
build-type: Simple
library
default-language: Haskell2010
build-depends: base==4.*
exposed-modules:
Text.ParserCombinators.Class
Text.ParserCombinators.Parsek
Text.ParserCombinators.Parsek.Position