Begin building elm-doc again

This commit is contained in:
Evan Czaplicki 2013-09-04 17:40:29 -07:00
parent f5e15ca7e3
commit 4f7bb237ca

View file

@ -168,6 +168,42 @@ Executable elm
union-find,
uniplate
Executable elm-doc
Main-is: Docs.hs
Hs-Source-Dirs: compiler
other-modules: SourceSyntax.Declaration,
SourceSyntax.Everything,
SourceSyntax.Expression,
SourceSyntax.Helpers,
SourceSyntax.Literal,
SourceSyntax.Location,
SourceSyntax.Module,
SourceSyntax.Pattern,
SourceSyntax.PrettyPrint,
SourceSyntax.Type,
Parse.Binop,
Parse.Declaration,
Parse.Expression,
Parse.Helpers,
Parse.Literal,
Parse.Module,
Parse.Pattern,
Parse.Type
Build-depends: aeson,
base >=4.2 && <5,
binary,
bytestring,
cmdargs,
containers >= 0.3,
directory,
filepath,
indents,
mtl >= 2,
pandoc >= 1.10,
parsec >= 3.1.1,
pretty
Test-Suite test-elm
Type: exitcode-stdio-1.0
Hs-Source-Dirs: tests