packages feed

yuuko-2010.11.5: yuuko.cabal

Name:                 yuuko
Version:              2010.11.5
Build-type:           Simple
Synopsis:             A transcendental HTML parser gently wrapping the HXT library
Description:

    Parse without thinking ...
    .

    yuuko "//body" "<html><body>hi</body></html>"
    .

    > ["hi"]

License:              BSD3
License-file:         LICENSE
Author:               Jinjing Wang
Maintainer:           Jinjing Wang <nfjinjing@gmail.com>
Build-Depends:        base
Cabal-version:        >= 1.2
category:             Text
homepage:             http://github.com/nfjinjing/yuuko
data-files:           readme.md, changelog.md, known-issues.md, Nemesis

library
  ghc-options: -Wall
  build-depends:      base >= 4 && < 5, hxt >= 8.3.2.3 && < 8.5, tagsoup <= 0.8
  hs-source-dirs:     src/
  exposed-modules:  
                      Text.HTML.Yuuko
                      Text.HTML.Yuuko.Cookbook


Executable            yuuko
  ghc-options:        -Wall
  build-depends:      base >= 4 && < 5, hxt >= 8.3.2.3 && < 8.5, tagsoup <= 0.8, haskell98
  hs-source-dirs:     src/
  main-is:            Main.hs
  other-modules:      Text.HTML.Yuuko