build-type: Simple cabal-version: >= 1.8 name: papillon version: 0.0.7 x-revision: 1 stability: Experimental author: Yoshikuni Jujo maintainer: Yoshikuni Jujo homepage: https://skami.iocikun.jp/haskell/packages/papillon license: BSD3 license-file: LICENSE category: Parsing synopsis: packrat parser description: blah blah blah extra-source-files: source-repository head type: git location: git://github.com/YoshikuniJujo/papillon.git source-repository this type: git location: git://github.com/YoshikuniJujo/papillon.git tag: 0.0.7 library hs-source-dirs: src exposed-modules: Text.Papillon other-modules: Text.Papillon.Parser, Text.Papillon.Class build-depends: base > 3 && < 4.7, template-haskell < 2.9, monads-tf, transformers ghc-options: -Wall executable papillon hs-source-dirs: src main-is: papillon.hs build-depends: base > 3 && < 4.7, template-haskell < 2.9, monads-tf, transformers ghc-options: -Wall