-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathblaze-from-html.cabal
42 lines (36 loc) · 1.12 KB
/
blaze-from-html.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
33
34
35
36
37
38
39
40
41
42
Name: blaze-from-html
Version: 0.4.0.1
Synopsis: Tool to convert HTML to BlazeHtml code.
Description: Tool that converts HTML files to Haskell code, ready to be
used with the BlazeHtml library.
Homepage: http://jaspervdj.be/blaze-html
Bug-Reports: http://github.com/jaspervdj/blaze-from-html/issues
License: BSD3
License-file: LICENSE
Author: Jasper Van der Jeugt, Simon Meier
Maintainer: jaspervdj@gmail.com, simon.meier@inf.ethz.ch
Stability: Experimental
Category: Text
Build-type: Simple
Cabal-version: >= 1.6
Extra-source-files:
CHANGELOG.md
Source-repository head
Type: git
Location: git://github.com/jaspervdj/blaze-from-html.git
Executable blaze-from-html
Ghc-Options: -Wall
Hs-source-dirs: src blaze-html/src
Main-Is: Main.hs
Other-Modules:
Util.GenerateHtmlCombinators
Util.Sanitize
Build-depends:
base >= 4 && < 5,
containers >= 0.3,
directory >= 1.0,
filepath >= 1.1,
tagsoup >= 0.10
Source-repository head
Type: git
Location: http://github.com/jaspervdj/blaze-html.git