packages feed

templateify-0.1.0.1: templateify.cabal

name: templateify
version: 0.1.0.1
cabal-version: >=1.8
build-type: Simple
license: GPL-3
license-file: LICENSE
maintainer: w@xy30.com
homepage: http://github.com/xpika/templateify
synopsis: Make template from website
category: Web
author: Alan Hawkins

source-repository head
    type: git
    location: http://github.com/xpika/templateify.git

executable templateify
    main-is: Main.hs
    build-depends:
        base ==4.6.*,
        tagsoup <1000,
        uniplate <10000,
        mtl <10000