packages feed

parsek-1.0.3.0: parsek.cabal

name:           parsek
version:        1.0.3.0
category:       Parsing
synopsis:       Parallel Parsing Processes
description: Koen Claessen's PPP, Modified.
license:        GPL-3
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