File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change
1
+ language : haskell
2
+
Original file line number Diff line number Diff line change @@ -22,19 +22,21 @@ source-repository head
22
22
type : git
23
23
location : https://github.com/DataHaskell/xml-typelif.git
24
24
25
- library
26
- exposed-modules : Data.XML.TypeLift
27
- build-depends : base >= 4.3 && < 4.12 ,
28
- containers >= 0.3 && < 0.6 ,
29
- mtl >= 2.1 && < 2.3 ,
30
- text >= 1.1 && < 1.4
31
- default-language : Haskell2010
25
+ --library
26
+ -- exposed-modules: Data.XML.TypeLift
27
+ -- build-depends: base >=4.3 && <4.12,
28
+ -- containers >=0.3 && <0.6,
29
+ -- mtl >=2.1 && <2.3,
30
+ -- text >=1.1 && <1.4,
31
+ -- tagsoup >=0.14 && <1.0
32
+ -- default-language: Haskell2010
32
33
33
- executable xml-typelift
34
- main-is : GenerateTypeLift .hs
35
- other-modules : Data.XML.TypeLift
34
+ executable playground
35
+ main-is : playground/ParseXMLSchema .hs
36
+ -- other-modules : Data.XML.TypeLift
36
37
build-depends : base >= 4.3 && < 4.12 ,
37
38
containers >= 0.3 && < 0.6 ,
38
39
mtl >= 2.1 && < 2.3 ,
39
- text >= 1.1 && < 1.4
40
+ text >= 1.1 && < 1.4 ,
41
+ tagsoup >= 0.14 && < 1.0
40
42
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments