Merge pull request #319 from johnpmayer/dev

language-ecmascript before v0.15 does not have the Pretty(prettyPring) c...
This commit is contained in:
Evan Czaplicki 2013-11-04 02:31:50 -08:00
commit 0ffd3e20dd

View file

@ -90,7 +90,7 @@ Library
either-unwrap,
filepath,
indents,
language-ecmascript < 1,
language-ecmascript >=0.15 && < 1.0,
mtl >= 2,
pandoc >= 1.10,
parsec >= 3.1.1,
@ -161,7 +161,7 @@ Executable elm
filepath,
either-unwrap,
indents,
language-ecmascript < 1,
language-ecmascript >=0.15 && < 1.0,
mtl >= 2,
pandoc >= 1.10,
parsec >= 3.1.1,
@ -212,4 +212,4 @@ Test-Suite test-elm
Type: exitcode-stdio-1.0
Hs-Source-Dirs: tests
Main-is: Main.hs
build-depends: base, directory, HTF
build-depends: base, directory, HTF