Make the Main module runable

This commit is contained in:
Evan Czaplicki 2013-08-13 18:38:01 -07:00
parent 3f4936303d
commit a46432f30a

View file

@ -167,5 +167,5 @@ Executable elm
Test-Suite test-elm
Type: exitcode-stdio-1.0
Hs-Source-Dirs: tests
Main-is: Everything.hs
Main-is: Main.hs
build-depends: base