Fix the .cabal file, include many new files

This commit is contained in:
Evan Czaplicki 2013-07-31 12:12:06 -07:00
parent 2c96bf0c33
commit 4eed8e424b

View file

@ -42,12 +42,14 @@ Library
SourceSyntax.Location,
SourceSyntax.Module,
SourceSyntax.Pattern,
SourceSyntax.PrettyPrint,
SourceSyntax.Type,
Generate.JavaScript,
Generate.Noscript,
Generate.Html,
Generate.Cases,
Transform.Canonicalize,
Transform.Check,
Transform.SortDefinitions,
Transform.Substitute,
Transform.Optimize,
@ -68,6 +70,8 @@ Library
Type.Constrain.Pattern,
Type.Environment,
Type.Fragment,
Type.Inference,
Type.PrettyPrint,
Type.Solve,
Type.State,
Type.Type,
@ -109,12 +113,14 @@ Executable elm
SourceSyntax.Location,
SourceSyntax.Module,
SourceSyntax.Pattern,
SourceSyntax.PrettyPrint,
SourceSyntax.Type,
Generate.JavaScript,
Generate.Noscript,
Generate.Html,
Generate.Cases,
Transform.Canonicalize,
Transform.Check,
Transform.SortDefinitions,
Transform.Substitute,
Transform.Optimize,
@ -135,6 +141,8 @@ Executable elm
Type.Constrain.Pattern,
Type.Environment,
Type.Fragment,
Type.Inference,
Type.PrettyPrint,
Type.Solve,
Type.State,
Type.Type,