packages feed

html2hamlet-0.2.0: html2hamlet.cabal

Name:                html2hamlet
Version:             0.2.0
Synopsis:            HTML to Hamlet converter

Description:         HTML to Hamlet converter

License:             BSD3
License-file:        LICENSE
Homepage:            http://github.com/tanakh/html2hamlet
Author:              Hideyuki Tanaka
Maintainer:          tanaka.hideyuki@gmail.com
Category:            Text
Build-type:          Simple
Cabal-version:       >=1.6

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
                     , text            >= 0.11
                     , blaze-builder   >= 0.2
                     , hamlet          >= 1.1
                     , xmlhtml         >= 0.2
                     , cmdargs         >= 0.10
                     , http-conduit    >= 1.9
                     , network         >= 2.3

  GHC-Options: -Wall