packages feed

papillon-0.0.56: papillon.cabal

build-type:	Simple
cabal-version:	>= 1.8

name:		papillon
version:	0.0.56
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:
	see examples directory

extra-source-files:
  examples/arith.hs
  examples/config.hs
  examples/test.config

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.56

library
  hs-source-dirs:	src
  exposed-modules:	Text.Papillon, Text.PapillonCore
  other-modules:
    Text.Papillon.Parser,
    Text.Papillon.Papillon,
    Text.Papillon.Papillon,
    Text.Papillon.List,
    Text.Papillon.SyntaxTree
  build-depends:	base > 3 && < 5, template-haskell, monads-tf, transformers
  ghc-options:		-Wall

executable	papillon
  hs-source-dirs:	bin
  main-is:		papillon.hs
  other-modules:	Class
  build-depends:	directory, filepath, base > 3 && < 5, template-haskell, monads-tf, transformers, papillon
  ghc-options:		-Wall