packages feed

papillon-0.0.1: papillon.cabal

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

name:		papillon
version:	0.0.1
stability:	Experimental
author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp>
maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
homepage:	yet

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

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

executable	papillon
  hs-source-dirs:	src
  main-is:		papillon.hs
  build-depends:	base > 3 && < 5, template-haskell, monads-tf
  ghc-options:		-Wall