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