forked from mmirman/haskogeneous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XmlHtmlWriter.cabal
44 lines (29 loc) · 1.15 KB
/
XmlHtmlWriter.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
43
44
Name: XmlHtmlWriter
Version: 0.0.0.1
Description: A way to write XML and HTML with more efficient syntax.
Synopsis: A library for writing XML and HTML
Homepage: http://github.com/mmirman/haskogeneous/tree/XmlHtmlWriter
License: BSD3
License-file: LICENSE
Author: Matthew Mirman
Maintainer: Matthew Mirman <[email protected]>
Category: Language
Build-type: Simple
Cabal-version: >=1.6
Source-repository head
Type: git
Location: [email protected]:mmirman/haskogeneous.git
Library
Build-depends: base >= 4.0 && < 5.0,
mtl >= 2.0 && < 3.0,
transformers >= 0.2 && <= 1.0
Exposed-modules: Language.XmlHtml.XmlWriter,
Language.XmlHtml.HtmlTags
Extensions: FlexibleInstances,
NoMonomorphismRestriction,
GeneralizedNewtypeDeriving,
FlexibleContexts,
EmptyDataDecls,
MultiParamTypeClasses,
FunctionalDependencies,
GADTs