language-ecmascript before v0.15 does not have the Pretty(prettyPring) class

This commit is contained in:
John P Mayer Jr 2013-11-02 13:47:53 -04:00
parent a24872f330
commit 2ad4394eb1

View file

@ -88,7 +88,7 @@ Library
directory,
filepath,
indents,
language-ecmascript < 1,
language-ecmascript >=0.15 && < 1.0,
mtl >= 2,
pandoc >= 1.10,
parsec >= 3.1.1,
@ -157,7 +157,7 @@ Executable elm
directory,
filepath,
indents,
language-ecmascript < 1,
language-ecmascript >=0.15 && < 1.0,
mtl >= 2,
pandoc >= 1.10,
parsec >= 3.1.1,
@ -208,4 +208,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