-- Initial Text.Parsec.Utils.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: parsec-utils version: 0.1.0.0 synopsis: Utility functions and combinators for Text.Parsec description: Utility functions and combinators for Text.Parsec that allow more compact code in common use cases license: BSD3 license-file: LICENSE author: Remco Niemeijer maintainer: falconnl@gmail.com -- copyright: category: Parsing build-type: Simple cabal-version: >=1.8 library exposed-modules: Text.Parsec.Utils build-depends: base >= 4.5 && < 5, parsec >= 3.1