Skip to content

Commit 0ad16ca

Browse files
committed
Add Travis CI config.
1 parent a1b430c commit 0ad16ca

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language: haskell
2+

json-autotype.cabal renamed to xml-typelift.cabal

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,21 @@ source-repository head
2222
type: git
2323
location: https://github.com/DataHaskell/xml-typelif.git
2424

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
3233

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
3637
build-depends: base >=4.3 && <4.12,
3738
containers >=0.3 && <0.6,
3839
mtl >=2.1 && <2.3,
39-
text >=1.1 && <1.4
40+
text >=1.1 && <1.4,
41+
tagsoup >=0.14 && <1.0
4042
default-language: Haskell2010

0 commit comments

Comments
 (0)