Get rid of Unique and add language-ecmascript

This commit is contained in:
Evan Czaplicki 2013-08-31 13:12:52 -07:00
parent 966e725f5e
commit 2a5a33712a

View file

@ -32,8 +32,7 @@ source-repository head
Library
exposed-modules: Language.Elm
Hs-Source-Dirs: compiler
other-modules: Unique,
SourceSyntax.Declaration,
other-modules: SourceSyntax.Declaration,
SourceSyntax.Expression,
SourceSyntax.Everything,
SourceSyntax.Helpers,
@ -90,6 +89,7 @@ Library
filepath,
hjsmin,
indents,
language-ecmascript,
mtl >= 2,
pandoc >= 1.10,
parsec >= 3.1.1,
@ -102,8 +102,7 @@ Executable elm
Main-is: Compiler.hs
ghc-options: -threaded -O2
Hs-Source-Dirs: compiler
other-modules: Unique,
SourceSyntax.Declaration,
other-modules: SourceSyntax.Declaration,
SourceSyntax.Expression,
SourceSyntax.Everything,
SourceSyntax.Helpers,
@ -160,6 +159,7 @@ Executable elm
filepath,
hjsmin,
indents,
language-ecmascript,
mtl >= 2,
pandoc >= 1.10,
parsec >= 3.1.1,