From 2ad4394eb1c06d8a6a1708617125b1699f8bb815 Mon Sep 17 00:00:00 2001 From: John P Mayer Jr Date: Sat, 2 Nov 2013 13:47:53 -0400 Subject: [PATCH] language-ecmascript before v0.15 does not have the Pretty(prettyPring) class --- Elm.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Elm.cabal b/Elm.cabal index fcce33d..8813cb4 100644 --- a/Elm.cabal +++ b/Elm.cabal @@ -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 \ No newline at end of file + build-depends: base, directory, HTF