forked from tanakh/html2hamlet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhtml2hamlet.cabal
32 lines (30 loc) · 867 Bytes
/
html2hamlet.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: html2hamlet
version: 0.3.0
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: [email protected]
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://[email protected]/tanakh/html2hamlet.git
executable html2hamlet
main-is: Html2Hamlet.hs
build-depends: base >=4 && <5
, bytestring >=0.9
, containers
, shakespeare
, html-conduit
, http-conduit >=1.9
, mtl
, optparse-declarative >= 0.3
, regex-tdfa
, text >=0.11
, wl-pprint-text >= 1.1
, xml-conduit