papillon-0.0.7: papillon.cabal
build-type: Simple
cabal-version: >= 1.8
name: papillon
version: 0.0.7
stability: Experimental
author: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
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 && < 5, template-haskell, monads-tf, transformers
ghc-options: -Wall
executable papillon
hs-source-dirs: src
main-is: papillon.hs
build-depends: base > 3 && < 5, template-haskell, monads-tf, transformers
ghc-options: -Wall