-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhxml.cabal
47 lines (43 loc) · 1.05 KB
/
hxml.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
45
46
47
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: e3a38f241402811b3abff8303daa7de2ecaff9660855607a5386085b76dd693b
name: hxml
version: 0.4.3
synopsis: Indentation-style writing of HTML/XML.
category: Web
maintainer: Galen Huntington <[email protected]>
license: MIT
build-type: Simple
library
exposed-modules:
Text.Hxml
other-modules:
Paths_hxml
hs-source-dirs:
./
build-depends:
base >=4.9 && <5
, bytestring >=0.10 && <0.12
, containers ==0.6.*
, megaparsec >=7 && <10
, mtl >=2.2 && <2.4
, transformers >=0.5 && <0.7
default-language: Haskell2010
executable hxml
main-is: main.hs
other-modules:
Text.Hxml
Paths_hxml
hs-source-dirs:
./
build-depends:
base >=4.9 && <5
, bytestring >=0.10 && <0.12
, containers ==0.6.*
, megaparsec >=7 && <10
, mtl >=2.2 && <2.4
, transformers >=0.5 && <0.7
default-language: Haskell2010