Cabal revisions of papillon-0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+build-type: Simple +cabal-version: >= 1.8 + +name: papillon +version: 0.0.1 +x-revision: 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 && < 4.9, template-haskell < 2.11, 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