packages feed

html2hamlet-0.3.0: html2hamlet.cabal

name: html2hamlet
version: 0.3.0
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: tanaka.hideyuki@gmail.com
homepage: http://github.com/tanakh/html2hamlet
synopsis: HTML to Hamlet converter
description:
    HTML to Hamlet converter
category: Text
author: Hideyuki Tanaka

source-repository head
    type: git
    location: https://tanakh@github.com/tanakh/html2hamlet.git

executable html2hamlet
    main-is: Html2Hamlet.hs
    build-depends: base >=4 && <5
                 , bytestring >=0.9
                 , containers
                 , hamlet >=1.1
                 , html-conduit
                 , http-conduit >=1.9
                 , mtl
                 , optparse-declarative >= 0.3
                 , regex-tdfa
                 , text >=0.11
                 , wl-pprint-text >= 1.1
                 , xml-conduit