packages feed

yuuko-2009.10.23: yuuko.cabal

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

    Parse without thinking ...
    
    yuuko "//body/text()" "<html><body>hi</body></html>"
    
    > ["hi"]

License:              BSD3
License-file:         LICENSE
Author:               Wang, Jinjing
Maintainer:           Wang, Jinjing <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
  hs-source-dirs: src/
  exposed-modules:  
                      Text.HTML.Yuuko